aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-05 10:42:01 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-05 10:42:01 +1000
commitd2bd3e491913e58bdddb18267c24b35b5cddb902 (patch)
treeeb2a26b2fa021c4a655b3103dee42b666f64f582 /proc.h
parent04b142208d6a62a24cc067df437e0af4b8a1f4ca (diff)
Fix minor typos in code comments
darcs-hash:20060605004201-ac50b-66c51908cd1f23307042991b32ccbed487685500.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/proc.h b/proc.h
index feff585c..9f557b33 100644
--- a/proc.h
+++ b/proc.h
@@ -291,15 +291,15 @@ int job_is_completed( const job_t *j );
void job_continue( job_t *j, int cont );
/**
- Notify user of nog events. Notify the user about stopped or
- terminated jobs. Delete terminated jobs from the active job list.
+ Notify the user about stopped or terminated jobs. Delete terminated
+ jobs from the job list.
\param interactive whether interactive jobs should be reaped as well
*/
int job_reap( int interactive );
/**
- Signal handler for SIGCHLD. Mark any processes with relevant
+ Signal handler for SIGCHLD. Mark any processes with relevant
information.
*/
void job_handle_signal( int signal, siginfo_t *info, void *con );