From f488964fc7bf17604671daba1ae4425b37861d35 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 21 Apr 2025 10:24:23 +0000 Subject: [PATCH] * c.texi (Top, Variables): Fix a typo (duplicate 'and'). --- c.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c.texi b/c.texi index 130decc..3933c0d 100644 --- a/c.texi +++ b/c.texi @@ -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.