Skip to content

Commit

Permalink
fix typo (pingcap#6738)
Browse files Browse the repository at this point in the history
  • Loading branch information
spongedu authored and ngaut committed Jun 3, 2018
1 parent e2b2361 commit f6a3c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const (
// StateWriteOnly means we can use any write operation on this schema element,
// but outer can't read the changed data.
StateWriteOnly
// StateWriteReorganization means we are re-organizating whole data after write only state.
// StateWriteReorganization means we are re-organizing whole data after write only state.
StateWriteReorganization
// StateDeleteReorganization means we are re-organizating whole data after delete only state.
// StateDeleteReorganization means we are re-organizing whole data after delete only state.
StateDeleteReorganization
// StatePublic means this schema element is ok for all write and read operations.
StatePublic
Expand Down

0 comments on commit f6a3c3f

Please sign in to comment.