Skip to content

Commit 217c3ce

Browse files
authored
Typo fix (#4068)
Signed-off-by: jingchanglu <jingchanglu@outlook.com>
1 parent 0b3e19a commit 217c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vms/proposervm/vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (vm *VM) Initialize(
228228
)
229229
}
230230

231-
// shutdown ops then propagate shutdown to innerVM
231+
// Shutdown ops then propagate shutdown to innerVM
232232
func (vm *VM) Shutdown(ctx context.Context) error {
233233
if err := vm.db.Commit(); err != nil {
234234
return err

0 commit comments

Comments
 (0)