From f33f0d8622ab13fc6f4571bf10bfab54dd81b040 Mon Sep 17 00:00:00 2001
From: mrm <cmpl.error@gmail.com>
Date: Tue, 28 Dec 2021 07:06:14 +0900
Subject: fix comment in mkfs.c

---
 mkfs/mkfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
-- 
cgit v1.2.3