Skip to content

Commit

Permalink
os/bluestore: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <[email protected]>
  • Loading branch information
xiexingguo committed Oct 6, 2016
1 parent 97386db commit e737642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/bluestore/BlueStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class BlueStore : public ObjectStore,

/// ctor for lookup only
explicit Extent(uint32_t lo) : logical_offset(lo) { }
/// ctor for delayed intitialization (see decode_some())
/// ctor for delayed initialization (see decode_some())
explicit Extent() {
}
/// ctor for general usage
Expand Down

0 comments on commit e737642

Please sign in to comment.