From e3cdbccce67119228b4efac9750ea088f2b2cb1e Mon Sep 17 00:00:00 2001 From: Ineiev Date: Fri, 25 Apr 2025 10:41:11 +0000 Subject: [PATCH] * c.texi (for-Index Declarations): Fix a typo 'a explanation.' --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index 599b207..6531816 100644 --- a/c.texi +++ b/c.texi @@ -8453,7 +8453,7 @@ for (int i = 0, j = 1, *p = NULL; i < n; ++i, ++j, ++p) @noindent 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. Omitting the initialization gives the variables unpredictable initial