Skip to content

Commit

Permalink
Comments: fix typpo
Browse files Browse the repository at this point in the history
Change-Id: I5612f0921c3230588ad1ef01509821ba5184df07
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/636175
Commit-Queue: Ian Lance Taylor <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
  • Loading branch information
ianlancetaylor authored and gopherbot committed Dec 14, 2024
1 parent f47dd4a commit 7d2f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ directives](https://pkg.go.dev/cmd/compile#hdr-Compiler_Directives).

The `//line` directive permits setting the file name and line and
column number to use for the following code.
For historicaly reasons this directive does not start with `//go:`.
For historical reasons this directive does not start with `//go:`.
This is useful when the Go file is generated from some other source,
and it's useful for error messages or stack tracebacks to refer to
that other source file rather than the generated source file.
Expand Down

0 comments on commit 7d2f6b3

Please sign in to comment.