From 11667b9c9ac0b3fb835508cfdb3ecc863e3b6935 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Aug 2011 02:54:22 +0000 Subject: * 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 --- include/ruby/missing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3