We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb96e16 commit 53eeed0Copy full SHA for 53eeed0
object-file.h
@@ -180,7 +180,7 @@ enum {
180
181
int write_object_file_flags(const void *buf, unsigned long len,
182
enum object_type type, struct object_id *oid,
183
- struct object_id *comapt_oid_in, unsigned flags);
+ struct object_id *compat_oid_in, unsigned flags);
184
static inline int write_object_file(const void *buf, unsigned long len,
185
enum object_type type, struct object_id *oid)
186
{
0 commit comments