From: Darren Tucker Date: Tue, 6 Dec 2022 01:22:36 +0000 (+1100) Subject: Fix typo in comment. Spotted by tim@ X-Git-Tag: V_9_2_P1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63f5494978a185c7421d492b9c2f6f05bb54138;p=thirdparty%2Fopenssh-portable.git Fix typo in comment. Spotted by tim@ --- diff --git a/configure.ac b/configure.ac index 5507688e1..622d1afbb 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