f32: fix typo in comment Signed-off-by: Dominik Honnef <dominik@honnef.co>
1 files changed, 1 insertions(+), 1 deletions(-) M f32/affine.go
M f32/affine.go => f32/affine.go +1 -1
@@ 7,7 7,7 @@ import ( "math" ) // Affine2D represents an affine 2D transformation. The zero value if Affine2D // Affine2D represents an affine 2D transformation. The zero value of Affine2D // represents the identity transform. type Affine2D struct { // in order to make the zero value of Affine2D represent the identity