Skip to content

Commit 3598644

Browse files
committed
Renamed integer.go to int.go
1 parent a8c1194 commit 3598644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integer.go renamed to int.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ var (
2424
}
2525
)
2626

27-
// Int represents M68000 internal encoding of an integer and provides methods
28-
// for emulating the its arithmetic behaviors.
27+
// Int represents the M68000 internal encoding of an integer and provides
28+
// methods for emulating the its arithmetic behaviors.
2929
type Int struct {
3030
value, flags uint32
3131
}

0 commit comments

Comments
 (0)