This repository was archived by the owner on Sep 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 320320// == End of Index Entry
321321//
322322// The End of Index Entry (EOIE) is used to locate the end of the variable
323- // length index entries and the begining of the extensions. Code can take
323+ // length index entries and the beginning of the extensions. Code can take
324324// advantage of this to quickly locate the index extensions without having
325325// to parse through all of the index entries.
326326//
353353//
354354// - A number of index offset entries each consisting of:
355355//
356- // - 32-bit offset from the begining of the file to the first cache entry
356+ // - 32-bit offset from the beginning of the file to the first cache entry
357357// in this block of entries.
358358//
359359// - 32-bit count of cache entries in this blockpackage index
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ type ResolveUndoEntry struct {
198198}
199199
200200// EndOfIndexEntry is the End of Index Entry (EOIE) is used to locate the end of
201- // the variable length index entries and the begining of the extensions. Code
201+ // the variable length index entries and the beginning of the extensions. Code
202202// can take advantage of this to quickly locate the index extensions without
203203// having to parse through all of the index entries.
204204//
You can’t perform that action at this time.
0 commit comments