[libc-commits] [libc] 00c5cd8 - [libc] Fix typo: Configue -> Configure (#140166)
via libc-commits
libc-commits at lists.llvm.org
Fri May 16 11:48:39 PDT 2025
Author: Bill Wendling
Date: 2025-05-16T11:48:36-07:00
New Revision: 00c5cd8a7a3f7e363d8f0d172ea88af91612c7fa
URL: https://github.com/llvm/llvm-project/commit/00c5cd8a7a3f7e363d8f0d172ea88af91612c7fa
DIFF: https://github.com/llvm/llvm-project/commit/00c5cd8a7a3f7e363d8f0d172ea88af91612c7fa.diff
LOG: [libc] Fix typo: Configue -> Configure (#140166)
Added:
Modified:
libc/config/config.json
Removed:
################################################################################
diff --git a/libc/config/config.json b/libc/config/config.json
index d738aade74427..bfe956855cb52 100644
--- a/libc/config/config.json
+++ b/libc/config/config.json
@@ -98,7 +98,7 @@
},
"LIBC_CONF_FREXP_INF_NAN_EXPONENT": {
"value": "",
- "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."
+ "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."
}
},
"qsort": {
More information about the libc-commits
mailing list