merge from gcc
[deliverable/binutils-gdb.git] / libiberty / pex-unix.c
index ddbed8f4a05cf175c4e2fbb9bf134f9a71e6cb15..55a055e4b7e80a68e9a8265c858d06e5e95eafcf 100644 (file)
@@ -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
This page took 0.024483 seconds and 4 git commands to generate.