diff options
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 0b2b9c8795..23a039c57e 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -2796,7 +2796,7 @@ To illustrate this, suppose you have a function fails. If the file cannot be opened, it prints an error message and jumps out to the command level of your program using @code{longjmp}. Let's change @code{open2} (@pxref{Alloca Example}) to use this -subroutine:@refill +subroutine: @smallexample int |