|
|
Message-ID: <20260626083342.40215-1-florian.schmaus@codasip.com> Date: Fri, 26 Jun 2026 10:33:42 +0200 From: Florian Schmaus <florian.schmaus@...asip.com> To: musl@...ts.openwall.com Cc: Florian Schmaus <florian.schmaus@...asip.com> Subject: [PATCH] fix typos in configure Fix two typos in configure: - requessted should be requested - reqirements should be requirements --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index bc9fbe48cc44..480114b0e06a 100755 --- a/configure +++ b/configure @@ -408,7 +408,7 @@ tryflag CFLAGS_NOSSP -fno-stack-protector tryflag CFLAGS_MEMOPS -fno-tree-loop-distribute-patterns # -# Enable debugging if requessted. +# Enable debugging if requested. # test "$debug" = yes && CFLAGS_AUTO=-g @@ -584,7 +584,7 @@ pic_default=no fi # Reduce space lost to padding for alignment purposes by sorting data -# objects according to their alignment reqirements. This approximates +# objects according to their alignment requirements. This approximates # optimal packing. tryldflag LDFLAGS_AUTO -Wl,--sort-section,alignment tryldflag LDFLAGS_AUTO -Wl,--sort-common -- 2.53.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.