summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-12-06 12:22:36 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-12-06 12:22:36 +1100
commitd63f5494978a185c7421d492b9c2f6f05bb54138 (patch)
tree39335c92102ac7c91b80f08949209e9813f90170 /configure.ac
parent73dcca12115aa12ed0d123b914d473c384e52651 (diff)
Fix typo in comment. Spotted by tim@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5507688e..622d1afb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
# actually links. The test program compiled/linked includes a number
# of integer operations that should exercise this.
OSSH_CHECK_CFLAG_LINK([-ftrapv])
- # clang 15 seems to have a big in -fzero-call-used-regs=all. See
+ # clang 15 seems to have a bug in -fzero-call-used-regs=all. See
# https://bugzilla.mindrot.org/show_bug.cgi?id=3475 and
# https://github.com/llvm/llvm-project/issues/59242
case "$CLANG_VER" in