Skip to content

Commit 00c5cd8

Browse files
authored
[libc] Fix typo: Configue -> Configure (#140166)
1 parent 48587f3 commit 00c5cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"LIBC_CONF_FREXP_INF_NAN_EXPONENT": {
100100
"value": "",
101-
"doc": "The value written back to the second parameter when calling frexp/frexpf/frexpl` with `+/-Inf`/`NaN` is unspecified. Configue an explicit exp value for Inf/NaN inputs."
101+
"doc": "The value written back to the second parameter when calling frexp/frexpf/frexpl` with `+/-Inf`/`NaN` is unspecified. Configure an explicit exp value for Inf/NaN inputs."
102102
}
103103
},
104104
"qsort": {

0 commit comments

Comments
 (0)