[Groonga-commit] groonga/groonga at 52636d5 [master] expr: fix a typo

Back to archive index

Susumu Yata null+****@clear*****
Fri Jun 30 22:05:37 JST 2017


Susumu Yata	2017-06-30 22:05:37 +0900 (Fri, 30 Jun 2017)

  New Revision: 52636d599ff6cba25955d661d94ed85c5b089007
  https://github.com/groonga/groonga/commit/52636d599ff6cba25955d661d94ed85c5b089007

  Message:
    expr: fix a typo

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2017-06-30 22:03:12 +0900 (776123d)
+++ lib/expr.c    2017-06-30 22:05:37 +0900 (e6f2321)
@@ -8012,7 +8012,7 @@ parse_script(grn_ctx *ctx, efs_info *q)
         const char *rest;
         int64_t int64 = grn_atoll(q->cur, q->str_end, &rest);
         // checks to see grn_atoll was appropriate
-        // (NOTE: *q->cur begins with a digit. Thus, grn_atoll parses at leaset
+        // (NOTE: *q->cur begins with a digit. Thus, grn_atoll parses at least
         //        one char.)
         if (q->str_end != rest &&
             (*rest == '.' || *rest == 'e' || *rest == 'E' ||
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index