patterns/tar: Fixed minor typo (#230)

changes "if" to "id"
This commit is contained in:
GlorifiedPig
2024-03-21 23:16:37 +02:00
committed by GitHub
parent b4bf2b946f
commit 0549e62a14

View File

@@ -41,7 +41,7 @@ struct posix_header {
char name[100] [[name("file name")]];
char mode[8] [[name("file mode")]];
char uid[8] [[name("user id of the file")]];
char gid[8] [[name("group if of the file")]];
char gid[8] [[name("group id of the file")]];
char size[12] [[name("size of the file in octal")]];
char mtime[12] [[name("modified time of file in epoch time")]];
char chksum[8] [[name("checksum")]];