Fix typo.
authorVoroskoi Andras <voroskoi@gmail.com>
Sun, 1 Jun 2008 21:05:15 +0000 (23:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Jun 2008 21:05:15 +0000 (23:05 +0200)
ChangeLog
lib/stdio-impl.h

index 4f3fd09..1b18d90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
+
+       * lib/stdio-impl.h [__DragonFly__]: Fix typo.
+
 2008-06-01  Bruno Haible  <bruno@clisp.org>
 
        New ACL tests.
index b9572b4..5288162 100644 (file)
@@ -35,7 +35,7 @@
                         struct { unsigned char *_base; int _size; } _ub; \
                         int _ur; \
                         unsigned char _ubuf[3]; \
-                        unsigned cahr _nbuf[1]; \
+                        unsigned char _nbuf[1]; \
                         struct { unsigned char *_base; int _size; } _lb; \
                         int _blksize; \
                         fpos_t _offset; \