summaryrefslogtreecommitdiffhomepage
path: root/tooling/hefs.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-05-06 21:07:48 +0200
committerGitHub <noreply@github.com>2025-05-06 21:07:48 +0200
commit4a80c0e7eaa36817f52e0f3cd6d8c8e07bf860dc (patch)
tree68b118c8c1897388dc24cd25db5f4bfc9b8efc1e /tooling/hefs.h
parented6c7d2e771da75c02a7f96644baab407bcf85e5 (diff)
dev(kernel): Fix typo of `kHeFSDefaultVoluneName` to `kHeFSDefaultVolumeName` in HeFS.
Diffstat (limited to 'tooling/hefs.h')
-rw-r--r--tooling/hefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/hefs.h b/tooling/hefs.h
index ded6cbef..f281e7a3 100644
--- a/tooling/hefs.h
+++ b/tooling/hefs.h
@@ -16,7 +16,7 @@
#define kHeFSFileNameLen (256U)
#define kHeFSPartNameLen (128U)
-#define kHeFSDefaultVoluneName u8"HeFS Volume"
+#define kHeFSDefaultVolumeName u8"HeFS Volume"
namespace mkfs::hefs {