From: Voroskoi Andras Date: Sun, 1 Jun 2008 21:05:15 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb799809c94f7ba89924e9c2c8d9da03b7bce267;p=pspp Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 4f3fd099a0..1b18d90888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-01 Voroskoi Andras (tiny change) + + * lib/stdio-impl.h [__DragonFly__]: Fix typo. + 2008-06-01 Bruno Haible New ACL tests. diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index b9572b4f04..5288162b94 100644 --- 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; \