summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-04-12 14:12:47 +0000
committersmatz <smatz@openttd.org>2010-04-12 14:12:47 +0000
commit0ef33548c20ae9cf73a6e9e850b17137b1453dd3 (patch)
tree90774f16ecabdadb1786b8e79cf2fa7c0ddedb8f /src/stdafx.h
parent24a60b77ece2fabd866d0a6f4e3ecda3f2d52ea2 (diff)
downloadopenttd-0ef33548c20ae9cf73a6e9e850b17137b1453dd3.tar.xz
(svn r19614) -Codechange: "it's" => "its" where appropriate
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 25973dea6..ccda37439 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -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