From c1c16269b1991e1e1be16887d3e21d0f7e5f8d19 Mon Sep 17 00:00:00 2001
From: mrm <cmpl.error@gmail.com>
Date: Tue, 28 Dec 2021 07:06:14 +0900
Subject: [PATCH] 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)
 {