summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-30 02:56:42 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-30 02:56:42 +0000
commit8682c630271dac585aca4fde6eaa911959454ede (patch)
treefb8b375f46a15aad549a5fb6ac90f63282dff055 /libiberty
parent7e542714b02f5f021a647159f11eca56386c6421 (diff)
downloadgcc-8682c630271dac585aca4fde6eaa911959454ede.tar.gz
* pex-unix.c: Fix the spelling of longjmp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91507 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/pex-unix.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 9a2aeda12b0..b0538577366 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * pex-unix.c: Fix the spelling of longjmp.
+
2004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
PR other/18623
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