Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicqu committed Jul 5, 2018
1 parent 0705f71 commit ebfe622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raftstore/store/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pub fn get_region_approximate_size_cf(
}

/// Get the approxmiate middle key of the region. The returned key maybe
/// is timpstamped if transaction KV is used, and must start with "z".
/// is timestamped if transaction KV is used, and must start with "z".
pub fn get_region_approximate_middle_cf(
db: &DB,
cfname: &str,
Expand Down

0 comments on commit ebfe622

Please sign in to comment.