]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use American spelling for "initialize"
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Apr 2016 20:57:17 +0000 (13:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Apr 2016 20:57:40 +0000 (13:57 -0700)
* lib/autoconf/c.m4: Prefer the spelling "initializer" in comments.

lib/autoconf/c.m4

index 9a9fbd3b219cd89d3102fa7e777ebc4a617ed470..9c400f77ec49be3477d47bc55f97455ddd6d0f5c 100644 (file)
@@ -2406,7 +2406,7 @@ AC_DEFUN([_AC_CXX_CXX11_TEST_BODY],
   short sa[cxx11test::get_val()] = { 0 };
 }
 {
-  // Test initialiser lists
+  // Test initializer lists
   cxx11test::testinit il = { 4323, 435234.23544 };
 }
 {
@@ -2500,7 +2500,7 @@ dnl with extended modes being tried first.
 # considers the compiler to be in ISO C++11 mode if it handles all the
 # tests from the C++98 checks, plus the following: Language features
 # (auto, constexpr, decltype, default/deleted constructors, delegate
-# constructors, final, initialiser lists, lambda functions, nullptr,
+# constructors, final, initializer lists, lambda functions, nullptr,
 # override, range-based for loops, template brackets without spaces,
 # unicode literals) and library features (array, memory (shared_ptr,
 # weak_ptr), regex and tuple types).