Skip to content

Commit ffc7bc5

Browse files
qaisjpbradfitz
authored andcommitted
cmd/compile: fix Compiler Directives typo
Change-Id: I098b3c627c2142affd4e800a2c1f37e00f3775c5 Reviewed-on: https://go-review.googlesource.com/c/140777 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 465d1c6 commit ffc7bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ directive can skip over a directive like any other comment.
146146
// will report positions in the original input to the generator.
147147
/*
148148
The line directive is an historical special case; all other directives are of the form
149-
//go:name and must start at the begnning of a line, indicating that the directive is defined
149+
//go:name and must start at the beginning of a line, indicating that the directive is defined
150150
by the Go toolchain.
151151
152152
//go:noescape

0 commit comments

Comments
 (0)