From 1c05968c9a5d6432fc6f30196528f8f37287dd3d Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Sat, 5 Nov 2022 16:14:08 +1030 Subject: all: fix comment typos Change-Id: Ic16824482142d4de4d0b949459e36505ee944ff7 Reviewed-on: https://go-review.googlesource.com/c/go/+/448175 Reviewed-by: Robert Griesemer Run-TryBot: Dan Kortschak Auto-Submit: Robert Griesemer TryBot-Result: Gopher Robot Auto-Submit: Dan Kortschak Auto-Submit: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor --- src/encoding/xml/read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding/xml') diff --git a/src/encoding/xml/read.go b/src/encoding/xml/read.go index c2f495581a..43be08eeef 100644 --- a/src/encoding/xml/read.go +++ b/src/encoding/xml/read.go @@ -537,7 +537,7 @@ Loop: consumed := false if sv.IsValid() { // unmarshalPath can call unmarshal, so we need to pass the depth through so that - // we can continue to enforce the maximum recusion limit. + // we can continue to enforce the maximum recursion limit. consumed, err = d.unmarshalPath(tinfo, sv, nil, &t, depth) if err != nil { return err -- cgit v1.3-5-g9baa