From d9e8386aa99b535c8053d1a86bbf3621ad7b470e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 12 Jan 2019 09:50:10 +0100 Subject: [PATCH] doc: Fix documentation about container data types. Reported by Werner Lemberg . * doc/containers.texi (Container data types): Fix typo. --- ChangeLog | 6 ++++++ doc/containers.texi | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81f83349e5..18b80b7b89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-01-12 Bruno Haible + + doc: Fix documentation about container data types. + Reported by Werner Lemberg . + * doc/containers.texi (Container data types): Fix typo. + 2019-01-10 Bruno Haible verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++ versions. 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 -- 2.39.5