* c.texi (for-Index Declarations): Fix a typo 'a explanation.'
This commit is contained in:
parent
49ee4eb3f4
commit
e3cdbccce6
2
c.texi
2
c.texi
|
@ -8453,7 +8453,7 @@ for (int i = 0, j = 1, *p = NULL; i < n; ++i, ++j, ++p)
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
The scope of these variables is the @code{for} statement as a whole.
|
The scope of these variables is the @code{for} statement as a whole.
|
||||||
See @ref{Variable Declarations} for a explanation of @var{basetype}.
|
See @ref{Variable Declarations} for an explanation of @var{basetype}.
|
||||||
|
|
||||||
Variables declared in @code{for} statements should have initializers.
|
Variables declared in @code{for} statements should have initializers.
|
||||||
Omitting the initialization gives the variables unpredictable initial
|
Omitting the initialization gives the variables unpredictable initial
|
||||||
|
|
Loading…
Reference in New Issue