Fix typo
authorPanagiotis Koursaris <panakourweb@gmail.com>
Thu, 10 Mar 2022 14:53:23 +0000 (16:53 +0200)
committerAnthony Fok <anthony.fok@canada.ca>
Tue, 22 Mar 2022 06:39:33 +0000 (00:39 -0600)
common/hreflect/helpers.go

index 7f3ef7ac2265f6d81bae3c3aa66462e61fa20b1d..e1c01456d4f5f46919655c1e28144972b0396dac 100644 (file)
@@ -128,7 +128,7 @@ type methods struct {
 
 var methodCache = &methods{cache: make(map[methodKey]int)}
 
-// GetMethodByName is the samve as reflect.Value.MethodByName, but it caches the
+// GetMethodByName is the same as reflect.Value.MethodByName, but it caches the
 // type lookup.
 func GetMethodByName(v reflect.Value, name string) reflect.Value {
        index := GetMethodIndexByName(v.Type(), name)