Skip to content

Commit 3df27cd

Browse files
mohansongopherbot
authored andcommitted
cmd/compile: fix typo in comment
Fix typo for omitted. Change-Id: Ia633abe7f3d28f15f1f538425cdce9e6d9ef48c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/705735 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Auto-Submit: Keith Randall <[email protected]>
1 parent 684e8d3 commit 3df27cd

File tree

1 file changed

+3
-3
lines changed
  • src/cmd/compile/internal/noder

1 file changed

+3
-3
lines changed

src/cmd/compile/internal/noder/doc.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ constant for file bases and hence not encoded.
8787
[ Sync ]
8888
StringRef // the (absolute) file name for the base
8989
Bool // true if a file base, else a line base
90-
// The below is ommitted for file bases.
90+
// The below is omitted for file bases.
9191
[ Pos
9292
Uint64 // line
9393
Uint64 ] // column
@@ -99,7 +99,7 @@ without a PosBase have no line or column.
9999
100100
Pos = [ Sync ]
101101
Bool // true if the position has a base
102-
// The below is ommitted if the position has no base.
102+
// The below is omitted if the position has no base.
103103
[ Ref[PosBase]
104104
Uint64 // line
105105
Uint64 ] // column
@@ -125,7 +125,7 @@ packages. The below package paths have special meaning.
125125
Pkg = RefTable
126126
[ Sync ]
127127
StringRef // path
128-
// The below is ommitted for the special package paths
128+
// The below is omitted for the special package paths
129129
// "builtin" and "unsafe".
130130
[ StringRef // name
131131
Imports ]

0 commit comments

Comments
 (0)