aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGlenn Morris2014-01-20 14:44:56 -0500
committerGlenn Morris2014-01-20 14:44:56 -0500
commita6c4680aa241f3599a2d7cf93a977c338b52c062 (patch)
treeab29fd5de2e9ce19fef82cd9d37bf18d46db6441 /src/process.c
parent6cc750eec443c58c48b0fbf0ee65f2de8052cccf (diff)
downloademacs-a6c4680aa241f3599a2d7cf93a977c338b52c062.tar.gz
emacs-a6c4680aa241f3599a2d7cf93a977c338b52c062.zip
Fix spelling of "GNUstep"
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 763d2fd504a..94033fa7ee3 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6232,7 +6232,7 @@ handle_child_signal (int sig)
6232 6232
6233 lib_child_handler (sig); 6233 lib_child_handler (sig);
6234#ifdef NS_IMPL_GNUSTEP 6234#ifdef NS_IMPL_GNUSTEP
6235 /* NSTask in GNUStep sets its child handler each time it is called. 6235 /* NSTask in GNUstep sets its child handler each time it is called.
6236 So we must re-set ours. */ 6236 So we must re-set ours. */
6237 catch_child_signal(); 6237 catch_child_signal();
6238#endif 6238#endif