null+****@clear*****
null+****@clear*****
2011年 11月 16日 (水) 11:41:05 JST
Daijiro MORI 2011-11-16 02:41:05 +0000 (Wed, 16 Nov 2011)
New Revision: ee6c4e9955320f4d8bd8f7f75abdb9b4f552aab0
Log:
fixed a typo
Modified files:
include/groonga.h
Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h 2011-11-16 02:00:52 +0000 (4b448e0)
+++ include/groonga.h 2011-11-16 02:41:05 +0000 (000d74b)
@@ -790,7 +790,7 @@ GRN_API grn_rc grn_table_update_by_id(grn_ctx *ctx, grn_obj *table, grn_id id,
const void *dest_key, unsigned int dest_key_size);
/**
- * grn_table_update_by_id:
+ * grn_table_update:
* @table: 対象table
* @src_key: 対象レコードのkey
* @src_key_size: 対象レコードのkeyの長さ(byte)