Merge: #19970: Fix some comment typos.

This commit is contained in:
R David Murray 2013-12-13 20:53:26 -05:00
commit 3c2a178af2
3 changed files with 4 additions and 4 deletions

View file

@ -303,7 +303,7 @@ faulthandler_fatal_error(int signum)
return;
}
#endif
/* call the previous signal handler: it is called immediatly if we use
/* call the previous signal handler: it is called immediately if we use
sigaction() thanks to SA_NODEFER flag, otherwise it is deferred */
raise(signum);
}