]> Savannah Git Hosting - gnulib.git/commitdiff
stack: Fix typo in comments.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Dec 2020 12:54:09 +0000 (13:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Dec 2020 12:54:09 +0000 (13:54 +0100)
* lib/stack.h: Fix typo in comments.

ChangeLog
lib/stack.h

index d1bd67eec4f05c71b1c6badfa2d14cc816791f3d..67524661d36089bd68b8a07bfaba1dfc26c77c48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-26  Bruno Haible  <bruno@clisp.org>
+
+       stack: Fix typo in comments.
+       * lib/stack.h: Fix typo in comments.
+
 2020-12-26  Bruno Haible  <bruno@clisp.org>
 
        bitset: Fix conflict with 'free-posix' module.
index 5d803901c3f2d4ae7446a77e8a82d3fd2cfd66e3..7f19d26ded6c906e0c5aceeafe5f409e67c72277 100644 (file)
@@ -53,8 +53,8 @@
    After including this file, these names will be undefined.
 
    Before including this file, you also need to include:
-     #include "<stdbool.h>"
-     #include "<stdlib.h>"
+     #include <stdbool.h>
+     #include <stdlib.h>
      #include "assure.h"
      #include "xalloc.h"
 */