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

ruby-changes:20354

From: kosaki <ko1@a...>
Date: Mon, 4 Jul 2011 21:58:14 +0900 (JST)
Subject: [ruby-changes:20354] kosaki:r32402 (trunk): comment fix.

kosaki	2011-07-04 21:58:07 +0900 (Mon, 04 Jul 2011)

  New Revision: 32402

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32402

  Log:
    comment fix.

  Modified files:
    trunk/thread_pthread.c

Index: thread_pthread.c
===================================================================
--- thread_pthread.c	(revision 32401)
+++ thread_pthread.c	(revision 32402)
@@ -454,7 +454,7 @@
 
 #ifdef STACKADDR_AVAILABLE
 /*
- * Get the highest address and size of current thread's stack
+ * Get the initial address and size of current thread's stack
  */
 static int
 get_stack(void **addr, size_t *size)

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

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