(svn r19614) -Codechange: "it's" => "its" where appropriate

This commit is contained in:
smatz
2010-04-12 14:12:47 +00:00
parent 073af4eba2
commit 258b128a56
33 changed files with 43 additions and 43 deletions

View File

@@ -228,9 +228,9 @@
#if defined(DOS)
/* The DOS port does not have all signals/signal functions. */
#define strsignal(sig) ""
/* Use 'no floating point' for bus errors; SIGBUS does not
* exist for does, SIGNOFP not for other platforms. So it's
* fairly safe the interchange those. */
/* Use 'no floating point' for bus errors; SIGBUS does not exist
* for DOS, SIGNOFP for other platforms. So it's fairly safe
* to interchange those. */
#define SIGBUS SIGNOFP
#endif