about summary refs log tree commit diff
path: root/manual/setjmp.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/setjmp.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
downloadglibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.xz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/setjmp.texi')
-rw-r--r--manual/setjmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index f13ac7b00e..b3c0a7ba51 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -141,7 +141,7 @@ As the test expression of a selection or iteration
 statement (such as @samp{if}, @samp{switch}, or @samp{while}).
 
 @item
-As one operand of a equality or comparison operator that appears as the
+As one operand of an equality or comparison operator that appears as the
 test expression of a selection or iteration statement.  The other
 operand must be an integer constant expression.