ruby-changes:20792
From: nobu <ko1@a...>
Date: Thu, 4 Aug 2011 11:54:32 +0900 (JST)
Subject: [ruby-changes:20792] nobu:r32840 (trunk): * include/ruby/missing.h: fix typo and so on.
nobu 2011-08-04 11:54:22 +0900 (Thu, 04 Aug 2011) New Revision: 32840 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32840 Log: * include/ruby/missing.h: fix typo and so on. Modified files: trunk/include/ruby/missing.h Index: include/ruby/missing.h =================================================================== --- include/ruby/missing.h (revision 32839) +++ include/ruby/missing.h (revision 32840) @@ -52,7 +52,7 @@ #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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/