mirror of
https://git.proxmox.com/git/libgit2
synced 2026-02-01 19:03:40 +00:00
index.c: Fix tiny typos
This commit is contained in:
parent
9d80d74da5
commit
683581a3e9
@ -74,7 +74,7 @@ struct entry_short {
|
||||
uint32_t file_size;
|
||||
git_oid oid;
|
||||
uint16_t flags;
|
||||
char path[1]; /* arbritrary length */
|
||||
char path[1]; /* arbitrary length */
|
||||
};
|
||||
|
||||
struct entry_long {
|
||||
@ -89,7 +89,7 @@ struct entry_long {
|
||||
git_oid oid;
|
||||
uint16_t flags;
|
||||
uint16_t flags_extended;
|
||||
char path[1]; /* arbritrary length */
|
||||
char path[1]; /* arbitrary length */
|
||||
};
|
||||
|
||||
/* local declarations */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user