* c.texi (if Statement): Fix inconsistent naming.

This commit is contained in:
Ineiev 2025-04-25 09:53:54 +00:00
parent 3462bb922a
commit 42e27e86f3
1 changed files with 1 additions and 1 deletions

2
c.texi
View File

@ -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}).