Skip to content

Commit 34e0b72

Browse files
dgoudersgitster
authored andcommitted
MyFirstObjectWalk: fix misspelled "builtins/"
pack-objects.c resides in builtin/ (not builtins/). Fix the misspelled directory name. Signed-off-by: Dirk Gouders <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d08a189 commit 34e0b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/MyFirstObjectWalk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ about each one.
525525

526526
We can base our work on an example. `git pack-objects` prepares all kinds of
527527
objects for packing into a bitmap or packfile. The work we are interested in
528-
resides in `builtins/pack-objects.c:get_object_list()`; examination of that
528+
resides in `builtin/pack-objects.c:get_object_list()`; examination of that
529529
function shows that the all-object walk is being performed by
530530
`traverse_commit_list()` or `traverse_commit_list_filtered()`. Those two
531531
functions reside in `list-objects.c`; examining the source shows that, despite

0 commit comments

Comments
 (0)