summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-04 02:54:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-04 02:54:22 +0000
commit11667b9c9ac0b3fb835508cfdb3ecc863e3b6935 (patch)
tree9b9ade84b587cd1b7060d934343d0dbcd66728a1 /include
parentd04697df8814b6161f87e597a615e7773f6f1f78 (diff)
* include/ruby/missing.h: fix typo and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index e3adc5ce4e..91a6540299 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -52,7 +52,7 @@ struct timezone {
#endif
#if defined(HAVE___SYSCALL) && (defined(__APPLE__) || defined(__OpenBSD__))
-/* Mac OS X and OpenBSD has __syscall but doen't defined in headers */
+/* Mac OS X and OpenBSD have __syscall but don't define it in headers */
off_t __syscall(quad_t number, ...);
#endif