Better English usage.

Submitted by: wollman
This commit is contained in:
Tony Finch 2003-11-12 10:53:52 +00:00
parent 1415a09d42
commit f004a9739c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122554

View File

@ -328,7 +328,7 @@ In addition they must be declared exactly once, whereas an
incomplete structure type can be mentioned as many times as
necessary.
Typedefs are difficult to use in stand-alone header files:
the header that defines the typedef must either be included
the header that defines the typedef must be included
before the header that uses it, or by the header that uses
it (which causes namespace pollution), or there must be a
back-door mechanism for obtaining the typedef.