aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue9521.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue9521.go')
-rw-r--r--test/fixedbugs/issue9521.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue9521.go b/test/fixedbugs/issue9521.go
index 4e4a55f1e1..a33f0483f3 100644
--- a/test/fixedbugs/issue9521.go
+++ b/test/fixedbugs/issue9521.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test that an incorrect use of the blank identifer is caught.
+// Test that an incorrect use of the blank identifier is caught.
// Does not compile.
package main