all: fix typo ("identifer" → "identifier")
Change-Id: Ib61b94136923ec74154ff56c5237bea1877c8f14
Reviewed-on: https://go-review.googlesource.com/c/tools/+/207843
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/godoc/godoc.go b/godoc/godoc.go
index 84a53a3..810da32 100644
--- a/godoc/godoc.go
+++ b/godoc/godoc.go
@@ -288,7 +288,7 @@
var commentPrefix = []byte(`<span class="comment">// `)
// linkedField determines whether the given line starts with an
-// identifer in the provided ids map (mapping from identifier to the
+// identifier in the provided ids map (mapping from identifier to the
// same identifier). The line can start with either an identifier or
// an identifier in a comment. If one matches, it returns the
// identifier that matched. Otherwise it returns the empty string.