From: Bruno Haible Date: Sat, 26 Dec 2020 12:54:09 +0000 (+0100) Subject: stack: Fix typo in comments. X-Git-Tag: v1.0~3299 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=15a88ccdfc52b6defdcd64979b82430b38d8641d;p=gnulib.git stack: Fix typo in comments. * lib/stack.h: Fix typo in comments. --- diff --git a/ChangeLog b/ChangeLog index d1bd67eec4..67524661d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-12-26 Bruno Haible + + stack: Fix typo in comments. + * lib/stack.h: Fix typo in comments. + 2020-12-26 Bruno Haible bitset: Fix conflict with 'free-posix' module. diff --git a/lib/stack.h b/lib/stack.h index 5d803901c3..7f19d26ded 100644 --- a/lib/stack.h +++ b/lib/stack.h @@ -53,8 +53,8 @@ After including this file, these names will be undefined. Before including this file, you also need to include: - #include "" - #include "" + #include + #include #include "assure.h" #include "xalloc.h" */