* c.texi (Top, Variables): Fix a typo (duplicate 'and').

This commit is contained in:
Ineiev 2025-04-21 10:24:23 +00:00
parent 481b75bc5a
commit f488964fc7
1 changed files with 2 additions and 2 deletions

4
c.texi
View File

@ -406,7 +406,7 @@ Statements
Variables
* Variable Declarations:: Name a variable and and reserve space for it.
* Variable Declarations:: Name a variable and reserve space for it.
* Initializers:: Assigning initial values to variables.
* Designated Inits:: Assigning initial values to array elements
at particular array indices.
@ -9197,7 +9197,7 @@ They are assigned fixed, distinct memory locations, so they retain
their values for the whole execution of the program.
@menu
* Variable Declarations:: Name a variable and and reserve space for it.
* Variable Declarations:: Name a variable and reserve space for it.
* Initializers:: Assigning initial values to variables.
* Designated Inits:: Assigning initial values to array elements
at particular array indices.