From 42e27e86f3baf799152de6d266e7878aee29d548 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Fri, 25 Apr 2025 09:53:54 +0000 Subject: [PATCH] * c.texi (if Statement): Fix inconsistent naming. --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index 142cfbb..82e3124 100644 --- a/c.texi +++ b/c.texi @@ -8011,7 +8011,7 @@ that is true (nonzero), then it executes the statement nothing. This is a @dfn{complex statement} because it contains a component -@var{if-true-substatement} that is a nested statement. It must be one +@var{execute-if-true} that is a nested statement. It must be one and only one statement. The way to put multiple statements there is to group them into a @dfn{block} (@pxref{Blocks}).