[Groonga-mysql-commit] mroonga/mroonga at fa4a63e [master] Fix a typo

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jun 24 10:14:56 JST 2013


Kouhei Sutou	2013-06-24 10:14:56 +0900 (Mon, 24 Jun 2013)

  New Revision: fa4a63eb7ffbb22431f486501166f782bdaa0511
  https://github.com/mroonga/mroonga/commit/fa4a63eb7ffbb22431f486501166f782bdaa0511

  Message:
    Fix a typo
    
    mutext ->
    mutexes
         ^^

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2013-06-23 18:53:12 +0900 (ceec814)
+++ configure.ac    2013-06-24 10:14:56 +0900 (76654ba)
@@ -298,10 +298,10 @@ AC_ARG_ENABLE(fast_mutexes,
     [enable_fast_mutexes=auto])
 if test "$enable_fast_mutexes" = "no"; then
    AC_DEFINE(FORCE_FAST_MUTEX_DISABLED, [1],
-             [Define to 1 if force fast mutext disabled])
+             [Define to 1 if force fast mutexes disabled])
 elif test "$enable_fast_mutexes" = "yes"; then
    AC_DEFINE(MY_PTHREAD_FASTMUTEX, [1],
-             [Define to 1 if fast mutext enabled])
+             [Define to 1 if fast mutexes enabled])
 fi
 
 AC_ARG_ENABLE(dtrace,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る