bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stack: Fix typo in comments


From: Bruno Haible
Subject: stack: Fix typo in comments
Date: Sat, 26 Dec 2020 13:54:05 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; )

A trivial typo.


2020-12-26  Bruno Haible  <bruno@clisp.org>

        stack: Fix typo in comments.
        * lib/stack.h: Fix typo in comments.

diff --git a/lib/stack.h b/lib/stack.h
index 5d80390..7f19d26 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 "<stdbool.h>"
-     #include "<stdlib.h>"
+     #include <stdbool.h>
+     #include <stdlib.h>
      #include "assure.h"
      #include "xalloc.h"
 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]