Navigation Menu

Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jan 6, 2015
1 parent 4f1a8c2 commit 7f41390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grnxx/impl/index.hpp
Expand Up @@ -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,
Expand All @@ -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:
Expand Down

0 comments on commit 7f41390

Please sign in to comment.