From: Andrey Gusev Subject: configure: Fix a typo in comments Message-Id: Date: Thu, 19 May 2016 12:13:31 +0300 From 95dfa7cc652b7d459f7237dd7bb93b98a9d62431 Mon Sep 17 00:00:00 2001 Message-Id: <95dfa7cc652b7d459f7237dd7bb93b98a9d62431.1463649059.git.andrey.goosev@gmail.com> From: Andrey Gusev Date: Thu, 19 May 2016 12:10:38 +0300 Subject: [PATCH] configure: Fix a typo in comments Signed-off-by: Andrey Gusev --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5abf6ae..a47d514 100755 --- a/configure +++ b/configure @@ -371,7 +371,7 @@ as_fn_executable_p () # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive +# repeated appends, instead of the typical quadratic growth present in native # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () @@ -18680,7 +18680,7 @@ as_unset=as_fn_unset # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over -# repeated appends, instead of the typical quadratic growth present in naive +# repeated appends, instead of the typical quadratic growth present in native # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () -- 2.5.5