]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix typo in comment. Spotted by tim@
authorDarren Tucker <dtucker@dtucker.net>
Tue, 6 Dec 2022 01:22:36 +0000 (12:22 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 6 Dec 2022 01:22:36 +0000 (12:22 +1100)
configure.ac

index 5507688e1448b4a6c0743b14821bd36218f9da76..622d1afbb19f623ed019cd39070caefa493e9fd6 100644 (file)
@@ -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