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

ruby-changes:30004

From: akr <ko1@a...>
Date: Fri, 19 Jul 2013 12:06:22 +0900 (JST)
Subject: [ruby-changes:30004] akr:r42056 (trunk): Fix a typo.

akr	2013-07-19 12:06:12 +0900 (Fri, 19 Jul 2013)

  New Revision: 42056

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

  Log:
    Fix a typo.

  Modified files:
    trunk/configure.in

Index: configure.in
===================================================================
--- configure.in	(revision 42055)
+++ configure.in	(revision 42056)
@@ -1853,7 +1853,7 @@ RUBY_CHECK_BUILTIN_FUNC(__builtin_clz, [ https://github.com/ruby/ruby/blob/trunk/configure.in#L1853
 RUBY_CHECK_BUILTIN_FUNC(__builtin_clzl, [__builtin_clzl(0)])
 RUBY_CHECK_BUILTIN_FUNC(__builtin_clzll, [__builtin_clzll(0)])
 
-# Some platform neet -lrt for clock_gettime, but the other don't.
+# Some platform need -lrt for clock_gettime, but the other don't.
 if test x"$ac_cv_func_clock_gettime" != xyes; then
     # glibc 2.17 moves clock_* functions from librt to the main C library.
     # http://sourceware.org/ml/libc-announce/2012/msg00001.html

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

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