diff options
Diffstat (limited to 'manual/setjmp.texi')
-rw-r--r-- | manual/setjmp.texi | 2 |
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. |