summaryrefslogtreecommitdiff
path: root/libiberty/pex-unix.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@alumni.cmu.edu>2004-11-30 02:56:42 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2004-11-30 02:56:42 +0000
commitecc30353f4b8b441a6b2a979773993737ccaa456 (patch)
treefb8b375f46a15aad549a5fb6ac90f63282dff055 /libiberty/pex-unix.c
parent0cc5dec18a502118592f1993c08103623eb899c4 (diff)
downloadgcc-ecc30353f4b8b441a6b2a979773993737ccaa456.tar.gz
* pex-unix.c: Fix the spelling of longjmp.
From-SVN: r91507
Diffstat (limited to 'libiberty/pex-unix.c')
-rw-r--r--libiberty/pex-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c
index ddbed8f4a05..55a055e4b7e 100644
--- a/libiberty/pex-unix.c
+++ b/libiberty/pex-unix.c
@@ -61,7 +61,7 @@ extern int errno;
via other calls to this function.
This version of the function uses vfork. In general vfork is
- similar to setjmp/longmp, in that any variable which is modified by
+ similar to setjmp/longjmp, in that any variable which is modified by
the child process has an indeterminate value in the parent process.
We follow a safe approach here by not modifying any variables at
all in the child process (with the possible exception of variables