File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/cmd/compile/internal/noder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ constant for file bases and hence not encoded.
87
87
[ Sync ]
88
88
StringRef // the (absolute) file name for the base
89
89
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.
91
91
[ Pos
92
92
Uint64 // line
93
93
Uint64 ] // column
@@ -99,7 +99,7 @@ without a PosBase have no line or column.
99
99
100
100
Pos = [ Sync ]
101
101
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.
103
103
[ Ref[PosBase]
104
104
Uint64 // line
105
105
Uint64 ] // column
@@ -125,7 +125,7 @@ packages. The below package paths have special meaning.
125
125
Pkg = RefTable
126
126
[ Sync ]
127
127
StringRef // path
128
- // The below is ommitted for the special package paths
128
+ // The below is omitted for the special package paths
129
129
// "builtin" and "unsafe".
130
130
[ StringRef // name
131
131
Imports ]
You can’t perform that action at this time.
0 commit comments