summaryrefslogtreecommitdiff
path: root/struct.go
diff options
context:
space:
mode:
Diffstat (limited to 'struct.go')
-rw-r--r--struct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.go b/struct.go
index 8a664c6..81bc22d 100644
--- a/struct.go
+++ b/struct.go
@@ -123,7 +123,7 @@ func indexStructReal(typ reflect.Type) structIndex {
}
// indexStructInner crawls the struct `typ`, storing information on
-// all struct fields foun in to `byPos` and `byName`. If `typ`
+// all struct fields found in to `byPos` and `byName`. If `typ`
// contains other structs as fields, indexStructInner will recurse and
// call itself; keeping track of stack information with `stackPath`
// (which identifies where we are in the parent struct) and