Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 5c1001b

Browse files
committed
Fix typos in comments
Just a few simple, nit-picky typo fixes. Signed-off-by: Christian Muehlhaeuser <[email protected]>
1 parent c363771 commit 5c1001b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plumbing/format/index/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
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
//
@@ -353,7 +353,7 @@
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

plumbing/format/index/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//

0 commit comments

Comments
 (0)