diff options
Diffstat (limited to 'manual/intro.texi')
-rw-r--r-- | manual/intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/intro.texi b/manual/intro.texi index e7318c2dae..858cd1d633 100644 --- a/manual/intro.texi +++ b/manual/intro.texi @@ -442,8 +442,8 @@ been redefined by the user. Some library facilities, such as those for dealing with variadic arguments (@pxref{Variadic Functions}) and non-local exits (@pxref{Non-Local Exits}), actually require a considerable amount of cooperation on the part of the C compiler, and -implementationally it might be easier for the compiler to treat these as -built-in parts of the language. +with respect to the implementation, it might be easier for the compiler +to treat these as built-in parts of the language. @end itemize In addition to the names documented in this manual, reserved names |