Skip to content

Commit 84f2051

Browse files
chore: fix some minor issues in the comments (#1825)
Signed-off-by: gopherorg <[email protected]> Co-authored-by: Thomas Nguy <[email protected]>
1 parent b79d7df commit 84f2051

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

memiavl/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ func (db *DB) checkBackgroundSnapshotRewrite() error {
488488
return nil
489489
}
490490

491-
// pruneSnapshot prune the old snapshots
491+
// pruneSnapshots prune the old snapshots
492492
func (db *DB) pruneSnapshots() {
493493
// wait until last prune finish
494494
db.pruneSnapshotLock.Lock()

proto/cronos/tx.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ message MsgTurnBridge {
8585
bool enable = 2;
8686
}
8787

88-
// MsgTurnBridgegResponse defines the response type
88+
// MsgTurnBridgeResponse defines the response type
8989
message MsgTurnBridgeResponse {}
9090

9191
// MsgUpdateParams defines the request type for updating cronos params.

x/cronos/types/tx.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)