From 91873bac9051191dc5d4a3cbe5f1f702ccd73a84 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 5 May 2025 10:24:44 +0000 Subject: [PATCH] c.texi (Function Declaration): Remove a left-over 'an' in 'an creating'. --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index 017733c..adc64dd 100644 --- a/c.texi +++ b/c.texi @@ -10766,7 +10766,7 @@ static foo (double x); defaults the return type to @code{int}. This is bad practice; if you see it, fix it. -Calling a function that is undeclared has the effect of an creating +Calling a function that is undeclared has the effect of creating an @dfn{implicit} declaration in the innermost containing scope, equivalent to this: