]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: fix Compiler Directives typo
authorQais Patankar <qaisjp@gmail.com>
Tue, 9 Oct 2018 09:14:59 +0000 (10:14 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 9 Oct 2018 10:35:08 +0000 (10:35 +0000)
Change-Id: I098b3c627c2142affd4e800a2c1f37e00f3775c5
Reviewed-on: https://go-review.googlesource.com/c/140777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/doc.go

index b68314cf73afcda5cb92e2d9167f04613fd01658..3dc73a8fde8c9dab5116b349ed1d0fcf14b6fd66 100644 (file)
@@ -146,7 +146,7 @@ directive can skip over a directive like any other comment.
 // will report positions in the original input to the generator.
 /*
 The line directive is an historical special case; all other directives are of the form
-//go:name and must start at the begnning of a line, indicating that the directive is defined
+//go:name and must start at the beginning of a line, indicating that the directive is defined
 by the Go toolchain.
 
        //go:noescape