null+****@clear*****
null+****@clear*****
2010年 6月 24日 (木) 10:56:12 JST
Kouhei Sutou 2010-06-24 01:56:12 +0000 (Thu, 24 Jun 2010)
New Revision: de94568248a3f71ceb351fc6346104e307112d23
Log:
fix typos.
Modified files:
lib/ctx.c
lib/ctx.h
Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c 2010-06-24 01:05:35 +0000 (40a4ae0)
+++ lib/ctx.c 2010-06-24 01:56:12 +0000 (5d91102)
@@ -1217,7 +1217,7 @@ grn_cache_init(void)
}
uint32_t *
-grn_cach_max_nentries(void)
+grn_cache_max_nentries(void)
{
return &grn_gcache.max_nentries;
}
Modified: lib/ctx.h (+1 -1)
===================================================================
--- lib/ctx.h 2010-06-24 01:05:35 +0000 (58c49ee)
+++ lib/ctx.h 2010-06-24 01:56:12 +0000 (8566feb)
@@ -467,7 +467,7 @@ void grn_cache_unref(const char *str, uint32_t str_size);
void grn_cache_update(grn_ctx *ctx, const char *str, uint32_t str_size, grn_obj *value);
void grn_cache_expire(int32_t size);
void grn_cache_fin(void);
-uint32_t *grn_cach_max_nentries(void);
+uint32_t *grn_cache_max_nentries(void);
/**** receive handler ****/