[前][次][番号順一覧][スレッド一覧]

ruby-changes:3321

From: ko1@a...
Date: 31 Dec 2007 21:56:09 +0900
Subject: [ruby-changes:3321] akr - Ruby:r14814 (trunk): fix typos.

akr	2007-12-31 21:55:50 +0900 (Mon, 31 Dec 2007)

  New Revision: 14814

  Modified files:
    trunk/process.c

  Log:
    fix typos.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/process.c?r1=14814&r2=14813

Index: process.c
===================================================================
--- process.c	(revision 14813)
+++ process.c	(revision 14814)
@@ -1346,7 +1346,7 @@
  * process exits with +EXIT_SUCCESS+ when it returned zero.
  *
  * In the case of the function is called and returns non-zero value,
- * the child process exits with non-+EXIT_SUCCESS+ value (normaly
+ * the child process exits with non-+EXIT_SUCCESS+ value (normally
  * 127).  And, on the platforms where +FD_CLOEXEC+ is available,
  * +errno+ is propagated to the parent process, and this function
  * returns -1 in the parent process.  On the other platforms, just
@@ -1916,7 +1916,7 @@
     rb_secure(2);
   /* check for posix setpgid() first; this matches the posix */
   /* getpgrp() above.  It appears that configure will set SETPGRP_VOID */
-  /* even though setpgrp(0,0) would be prefered. The posix call avoids */
+  /* even though setpgrp(0,0) would be preferred. The posix call avoids */
   /* this confusion. */
 #ifdef HAVE_SETPGID
     if (setpgid(0,0) < 0) rb_sys_fail(0);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]