changeset 10143:15617fa27827

Fix typo.
author Voroskoi Andras <voroskoi@gmail.com>
date Sun, 01 Jun 2008 23:05:15 +0200
parents dc740b83408a
children 6cbcb13324a6
files ChangeLog lib/stdio-impl.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/stdio-impl.h
+++ b/lib/stdio-impl.h
@@ -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; \