Better English usage.

Submitted by: wollman
This commit is contained in:
fanf 2003-11-12 10:53:52 +00:00
parent 70388f65e9
commit 22656dea02

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.