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 3efe69a commit a957a63Copy full SHA for a957a63
squashfs-tools/mksquashfs.c
@@ -806,7 +806,7 @@ static long long write_inodes()
806
}
807
808
start_bytes = get_and_inc_pos(inode_bytes);
809
- write_destination(fd, start_bytes, inode_bytes, inode_table);
+ write_destination(fd, start_bytes, inode_bytes, inode_table);
810
811
return start_bytes;
812
@@ -8146,7 +8146,7 @@ int main(int argc, char *argv[])
8146
8147
check_source_date_epoch();
8148
8149
- /* If cpiostyle is set, then file names will be read-in
+ /* If cpiostyle is set, then file names will be read-in
8150
* from standard in. We do not expect to have any sources
8151
* specified on the command line */
8152
if(cpiostyle && source)
0 commit comments