From 15a88ccdfc52b6defdcd64979b82430b38d8641d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Dec 2020 13:54:09 +0100 Subject: [PATCH] stack: Fix typo in comments. * lib/stack.h: Fix typo in comments. --- ChangeLog | 5 +++++ lib/stack.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1bd67eec4..67524661d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * lib/bitset/base.h: Include . 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" */ -- 2.11.4.GIT