aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 19:58:06 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 19:58:06 +0100
commit382cc997c3c0aa13075dd2a98e79fc87d6675e69 (patch)
tree75c9816b5ace7eadf683ac0f0cd8a714bf5f0f20
parentm readme (diff)
downloadslibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.gz
slibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.bz2
slibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.xz
grammaro
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/language-facilities.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/language-facilities.texinfo b/doc/info/chap/language-facilities.texinfo
index 26cf556..19cfec0 100644
--- a/doc/info/chap/language-facilities.texinfo
+++ b/doc/info/chap/language-facilities.texinfo
@@ -140,7 +140,7 @@ least, the right to undefined them may be removed.
@cpindex @code{_Noreturn}
@tpindex noreturn
@tpindex _Noreturn
-A few, such as @code{exit}, functions never return,
+A few functions, such as @code{exit}, never return,
and cannot fail. The @sc{ISO}@tie{}C11 standard added a
function qualifier that lets you specify that a
functon never returns, that is, the process exits