]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix documentation about container data types.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Jan 2019 08:50:10 +0000 (09:50 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 12 Jan 2019 08:50:10 +0000 (09:50 +0100)
Reported by Werner Lemberg <wl@gnu.org>.

* doc/containers.texi (Container data types): Fix typo.

ChangeLog
doc/containers.texi

index 81f83349e5b397cc1fc75abf76304af9c3a9370f..18b80b7b8931ab5aa798adfa86e768a7a0c9a4ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-01-12  Bruno Haible  <bruno@clisp.org>
+
+       doc: Fix documentation about container data types.
+       Reported by Werner Lemberg <wl@gnu.org>.
+       * doc/containers.texi (Container data types): Fix typo.
+
 2019-01-10  Bruno Haible  <bruno@clisp.org>
 
        verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++ versions.
index c4ccb9fffb2d6da39fa6192c21c66ab91d2bb128..67c9441b3b8d004482b6bf29a056e9bb4cc6757a 100644 (file)
@@ -94,7 +94,7 @@ The implementation of each container instance is specified in a single place
 only: in the invocation of the function @code{gl_*_create_empty} that creates
 the instance.
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``sequential list'' data type are:
 
 @multitable @columnfractions 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1
@@ -379,7 +379,7 @@ for the ``sequential list'' data type are:
 @tab @math{O(@log n)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``set'' data type are:
 
 @multitable @columnfractions 0.4 0.2 0.4
@@ -406,7 +406,7 @@ for the ``set'' data type are:
 @tab @math{O(1)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``ordered set'' data type are:
 
 @multitable @columnfractions 0.5 0.25 0.25
@@ -436,7 +436,7 @@ for the ``ordered set'' data type are:
 @tab @math{O(@log n)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``map'' data type are:
 
 @multitable @columnfractions 0.4 0.2 0.4
@@ -466,7 +466,7 @@ for the ``map'' data type are:
 @tab @math{O(1)}
 @end multitable
 
-The implementations and the guaranteed average performace for the operations
+The implementations and the guaranteed average performance for the operations
 for the ``ordered map'' data type are:
 
 @multitable @columnfractions 0.5 0.25 0.25