aboutsummaryrefslogtreecommitdiffstats
path: root/object-file.c
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:30 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:46:00 -0700
commit28012b915c1e6c535dcd42fc1460ea070e5f978f (patch)
treeab3b3a4204231059166e2df48ca6e1e2ee915377 /object-file.c
parenta966ad1e1b5d3c4788294262ba4bcd67f79176ea (diff)
downloadgit-28012b915c1e6c535dcd42fc1460ea070e5f978f.tar.gz
object-file: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object-file.c')
-rw-r--r--object-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object-file.c b/object-file.c
index 065103be3e..d9e6f3650c 100644
--- a/object-file.c
+++ b/object-file.c
@@ -2275,7 +2275,7 @@ int stream_loose_object(struct input_stream *in_stream, size_t len,
/*
* Common steps for write_loose_object and stream_loose_object to
- * end writing loose oject:
+ * end writing loose object:
*
* - End the compression of zlib stream.
* - Get the calculated oid.