STYLE: minor comments

This commit is contained in:
Mathieu Malaterre
2008-04-02 08:36:51 -04:00
parent 590e5c47dd
commit f410daffec
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2408,7 +2408,7 @@ static void kwsysProcessKill(pid_t process_id)
{
if(ppid == process_id)
{
/* Recursively kill this child aned its children. */
/* Recursively kill this child and its children. */
kwsysProcessKill(pid);
}
}