Navigation Menu

Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 19, 2014
1 parent 692f4b6 commit 2d5755c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion new-interface/cursor.hpp
Expand Up @@ -21,7 +21,7 @@ class Cursor {
// 成功すれば移動量を返す.
// 失敗したときは *error にその内容を格納し, -1 を返す.
//
// カーソルの移動中に取得した行は *record_set の末尾に追加する.
// カーソルの移動中に取得したレコードは *record_set の末尾に追加する.
//
// 途中で終端に到達したときは count より小さい値を返す.
virtual int64_t read(Error *error, int64_t count, RecordSet *record_set) = 0;
Expand Down
1 change: 0 additions & 1 deletion new-interface/sorter.hpp
Expand Up @@ -33,7 +33,6 @@ class Sorter {
// - 対象が設定されていない.
// - 整列が既に完了している.
// - 演算で例外が発生する.
// - 不正なレコードの一覧が指定された.
virtual bool progress(Error *error) = 0;

// 整列の仕上げをおこなう.
Expand Down

0 comments on commit 2d5755c

Please sign in to comment.