Fix minor typos in code comments

darcs-hash:20060605004201-ac50b-66c51908cd1f23307042991b32ccbed487685500.gz
This commit is contained in:
axel
2006-06-05 10:42:01 +10:00
parent 04b142208d
commit d2bd3e4919
2 changed files with 8 additions and 6 deletions

6
proc.h
View File

@@ -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 );