optimize: fix typo

This commit is contained in:
Dan Kortschak
2020-02-16 09:21:26 +10:30
parent 4ad776159b
commit 7d9e94571f

View File

@@ -398,7 +398,7 @@ func defaultFunctionConverge() *FunctionConverge {
} }
} }
// newLocation allocates a new locatian structure with an X field of the // newLocation allocates a new location structure with an X field of the
// appropriate size. // appropriate size.
func newLocation(dim int) *Location { func newLocation(dim int) *Location {
return &Location{ return &Location{