summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-12 09:50:10 +0100
committerBruno Haible <bruno@clisp.org>2019-01-12 09:50:10 +0100
commitd9e8386aa99b535c8053d1a86bbf3621ad7b470e (patch)
treebec382b8f98b06ec76482603b255bcc7dcaa59c5 /doc
parent315eb5ffc17685e13a608513b5bcbe2e10eda629 (diff)
downloadgnulib-d9e8386aa99b535c8053d1a86bbf3621ad7b470e.tar.gz
doc: Fix documentation about container data types.
Reported by Werner Lemberg <wl@gnu.org>. * doc/containers.texi (Container data types): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/containers.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/containers.texi b/doc/containers.texi
index c4ccb9fffb..67c9441b3b 100644
--- a/doc/containers.texi
+++ b/doc/containers.texi
@@ -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