From 344b46880c1290b76c940b5cd31e09ef40cd2c25 Mon Sep 17 00:00:00 2001 From: eck Date: Tue, 4 Dec 1990 12:52:41 +0000 Subject: [PATCH] fixed typo --- doc/ansi_C.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ansi_C.doc b/doc/ansi_C.doc index b8239b20..df9d0c2a 100755 --- a/doc/ansi_C.doc +++ b/doc/ansi_C.doc @@ -127,7 +127,7 @@ alignment is passed on to the compiler by the 'ack' program. When a user wants to do this manually, he/she should be prepared for trouble. .IP - A "plain" 'int' bit-field is taken as a 'signed int'. This means that -a field with a size 1 bit can only store the values 0 and -1. +a field with a size of 1 bit can only store the values 0 and -1. .IP - The order of allocation of bit-fields is a compile-time option. By default, high-order bits are allocated first.