diff options
author | mrm <[email protected]> | 2021-12-28 07:06:14 +0900 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2022-08-09 20:24:04 -0400 |
commit | f33f0d8622ab13fc6f4571bf10bfab54dd81b040 (patch) | |
tree | 5b23057e6e72dbb9a79f8af06d1c06868208a457 | |
parent | 431e21f7d49a53c853876cc9b74f356c3f4927b9 (diff) | |
download | xv6-labs-f33f0d8622ab13fc6f4571bf10bfab54dd81b040.tar.gz xv6-labs-f33f0d8622ab13fc6f4571bf10bfab54dd81b040.tar.bz2 xv6-labs-f33f0d8622ab13fc6f4571bf10bfab54dd81b040.zip |
fix comment in mkfs.c
-rw-r--r-- | mkfs/mkfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/mkfs.c b/mkfs/mkfs.c index 9ad4abb..1ec326b 100644 --- a/mkfs/mkfs.c +++ b/mkfs/mkfs.c @@ -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) { |