Update maker.go

correct spelling of comments
This commit is contained in:
leolin49 2022-07-11 11:08:58 +08:00 committed by GitHub
parent c1e98d5336
commit 59cec18806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func (m *Maker) Start() error {
var region = []byte(seg.Region)
if len(region) > 0xFFFF {
return fmt.Errorf("too long region info `%s`: shoul be less than %d bytes", seg.Region, 0xFFFF)
return fmt.Errorf("too long region info `%s`: should be less than %d bytes", seg.Region, 0xFFFF)
}
// get the first ptr of the next region