Browse Source

fix comment in mkfs.c

util
mrm 4 years ago committed by Frans Kaashoek
parent
commit
c1c16269b1
  1. 2
      mkfs/mkfs.c

2
mkfs/mkfs.c

@ -42,7 +42,7 @@ uint ialloc(ushort type); @@ -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)
{

Loading…
Cancel
Save