extmark: fix spelling of "Extmark"

The spelling "Extmark" is used almost everywhere, so don't spell it
"ExtMark" inconsistently.
This commit is contained in:
Justin M. Keyes
2019-11-11 22:10:37 -08:00
parent 2d7e1c32a8
commit a24eff0e27
4 changed files with 25 additions and 25 deletions

View File

@@ -810,7 +810,7 @@ struct file_buffer {
PMap(uint64_t) *b_extmark_ns; // extmark namespaces
kbtree_t(extmarklines) b_extlines; // extmarks
kvec_t(ExtMarkLine *) b_extmark_move_space; // temp space for extmarks
kvec_t(ExtmarkLine *) b_extmark_move_space; // temp space for extmarks
// array of channel_id:s which have asked to receive updates for this
// buffer.