configure: Fix a typo in comments

Andrey Gusev andrey.goosev at gmail.com
Thu May 19 04:13:31 CDT 2016


-------------- next part --------------
From 95dfa7cc652b7d459f7237dd7bb93b98a9d62431 Mon Sep 17 00:00:00 2001
Message-Id: <95dfa7cc652b7d459f7237dd7bb93b98a9d62431.1463649059.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 19 May 2016 12:10:38 +0300
Subject: [PATCH] configure: Fix a typo in comments

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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



More information about the wine-patches mailing list