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 die(const char *);
// convert to intel byte order
// convert to riscv byte order
ushort
xshort(ushort x)
{