Skip to content

Commit c1c1626

Browse files
k-mrmkaashoek
authored andcommitted
fix comment in mkfs.c
1 parent a2e4051 commit c1c1626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkfs/mkfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ uint ialloc(ushort type);
4242
void iappend(uint inum, void *p, int n);
4343
void die(const char *);
4444

45-
// convert to intel byte order
45+
// convert to riscv byte order
4646
ushort
4747
xshort(ushort x)
4848
{

0 commit comments

Comments
 (0)