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 320
320
// == End of Index Entry
321
321
//
322
322
// 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
324
324
// advantage of this to quickly locate the index extensions without having
325
325
// to parse through all of the index entries.
326
326
//
353
353
//
354
354
// - A number of index offset entries each consisting of:
355
355
//
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
357
357
// in this block of entries.
358
358
//
359
359
// - 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 {
198
198
}
199
199
200
200
// 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
202
202
// can take advantage of this to quickly locate the index extensions without
203
203
// having to parse through all of the index entries.
204
204
//
You can’t perform that action at this time.
0 commit comments