From ed36fcd3daa7d4696342ebe738d36c4348705cd5 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 14 Jun 2022 05:45:51 +0200 Subject: [PATCH] windows/MYconfigure: Fix spelling of 'difference' in a comment --- windows/MYconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/MYconfigure b/windows/MYconfigure index 4d0f2ae1..832581d2 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -52,7 +52,7 @@ LDFLAGS="${LDFLAGS} -fstack-protector-strong" # -D_FORTIFY_SOURCE: detect some buffer overflow errors # ***>> requires compiler optimization level 1 or above <<*** # see : https://gcc.gnu.org/legacy-ml/gcc-patches/2004-09/msg02055.html -# The diffence between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for +# The difference between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for # struct S { struct T { char buf[5]; int x; } t; char buf[20]; } var; # With -D_FORTIFY_SOURCE=1, # strcpy (&var.t.buf[1], "abcdefg"); -- 2.39.2