From ad8a70ed75960e0ef29bcfb852852186091969eb Mon Sep 17 00:00:00 2001 From: Ineiev Date: Sat, 26 Apr 2025 16:35:12 +0000 Subject: [PATCH] * c.texi (Arrays as Parameters): Fix a typo, missing 's.' --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index 11c9eb1..707cfba 100644 --- a/c.texi +++ b/c.texi @@ -10417,7 +10417,7 @@ check for calls in the same compilation module. @node Arrays as Parameters @subsection Arrays as Parameters -@cindex array as parameters +@cindex arrays as parameters @cindex functions with array parameters Arrays in C are not first-class objects: it is impossible to copy