[Groonga-commit] groonga/grnxx at 7f41390 [master] Fix typos.

Back to archive index

susumu.yata null+****@clear*****
Tue Jan 6 10:15:26 JST 2015


susumu.yata	2015-01-06 10:15:26 +0900 (Tue, 06 Jan 2015)

  New Revision: 7f4139015f3239127751cb73b1ec7500b81494d6
  https://github.com/groonga/grnxx/commit/7f4139015f3239127751cb73b1ec7500b81494d6

  Message:
    Fix typos.

  Modified files:
    lib/grnxx/impl/index.hpp

  Modified: lib/grnxx/impl/index.hpp (+2 -2)
===================================================================
--- lib/grnxx/impl/index.hpp    2015-01-05 18:22:22 +0900 (caf8932)
+++ lib/grnxx/impl/index.hpp    2015-01-06 10:15:26 +0900 (815ee94)
@@ -50,7 +50,7 @@ class Index : public IndexInterface {
 
   // Create a new index.
   //
-  // On success, returns the column.
+  // On success, returns the index.
   // On failure, throws an exception.
   static Index *create(ColumnBase *column,
                        const String &name,
@@ -67,7 +67,7 @@ class Index : public IndexInterface {
   // On failure, throws an exception.
   void rename(const String &new_name);
 
-  // Return whether the column is removable or not.
+  // Return whether the index is removable or not.
   bool is_removable() const;
 
  private:
-------------- next part --------------
HTML����������������������������...
Download 



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