=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/spawn.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/mg/spawn.c 2001/01/29 01:58:09 1.6 +++ src/usr.bin/mg/spawn.c 2001/05/24 03:05:26 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: spawn.c,v 1.6 2001/01/29 01:58:09 niklas Exp $ */ +/* $OpenBSD: spawn.c,v 1.7 2001/05/24 03:05:26 mickey Exp $ */ /* * Spawn. Actually just suspends Mg. @@ -12,8 +12,8 @@ #include /* - * This causes mg to send itself a stop signal. It assumes the parent - * shell supports POSIX job control. If the terminal supports an alternate + * This causes mg to send itself a stop signal. It assumes the parent + * shell supports POSIX job control. If the terminal supports an alternate * screen, we will switch to it. */ /* ARGSUSED */