diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-05-06 21:07:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 21:07:48 +0200 |
| commit | 4a80c0e7eaa36817f52e0f3cd6d8c8e07bf860dc (patch) | |
| tree | 68b118c8c1897388dc24cd25db5f4bfc9b8efc1e /docs/tex | |
| parent | ed6c7d2e771da75c02a7f96644baab407bcf85e5 (diff) | |
dev(kernel): Fix typo of `kHeFSDefaultVoluneName` to `kHeFSDefaultVolumeName` in HeFS.
Diffstat (limited to 'docs/tex')
| -rw-r--r-- | docs/tex/hefs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex index afafc472..dd857795 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -25,7 +25,7 @@ The High-throughput Extended File System (HeFS) is a custom filesystem tailored \texttt{kHeFSFileNameLen} & 256 characters \\ \texttt{kHeFSPartNameLen} & 128 characters \\ \texttt{kHeFSMinimumDiskSize} & 16 MiB \\ -\texttt{kHeFSDefaultVoluneName} & "HeFS Volume" \\ +\texttt{kHeFSDefaultVolumeName} & "HeFS Volume" \\ \texttt{kHeFSINDStartOffset} & Offset after boot + dir nodes \\ \texttt{kHeFSSearchAllStr} & "\*" (wildcard string) \\ \hline |
