fix comment in mkfs.c

This commit is contained in:
mrm 2021-12-28 07:06:14 +09:00 committed by Frans Kaashoek
parent 431e21f7d4
commit f33f0d8622

View file

@ -42,7 +42,7 @@ uint ialloc(ushort type);
void iappend(uint inum, void *p, int n); void iappend(uint inum, void *p, int n);
void die(const char *); void die(const char *);
// convert to intel byte order // convert to riscv byte order
ushort ushort
xshort(ushort x) xshort(ushort x)
{ {