aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/node.fs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:57 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:21:38 +1100
commit6fdb5a49335f7d179042bfbca34944d705bdde3b (patch)
tree8e30c136dcf2cd6070393315c5643b7491e2b36c /slof/fs/node.fs
parent9604efb1832de13b51f93ad0a3581f9ed6dc04b5 (diff)
downloadSLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.zip
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.gz
SLOF-6fdb5a49335f7d179042bfbca34944d705bdde3b.tar.bz2
Fix typos in the slof folder
Found with the "codespell" utility. I kept "busses" which codespell also complains about since it seems to be an old but still valid plural of the word "bus". Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/fs/node.fs')
-rw-r--r--slof/fs/node.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/node.fs b/slof/fs/node.fs
index 23238bb..9cee3c0 100644
--- a/slof/fs/node.fs
+++ b/slof/fs/node.fs
@@ -349,7 +349,7 @@ d# 10 CONSTANT MAX-ALIAS
ELSE 2drop list-alias THEN THEN ;
\ sub-alias does a single iteration of an alias at the beginning od dev path
-\ expression. de-alias will repeat this until all indirect alising is resolved
+\ expression. de-alias will repeat this until all indirect aliasing is resolved
: sub-alias ( arg-str arg-len -- arg' len' | false )
2dup
2dup [char] / findchar ?dup IF ELSE 2dup [char] : findchar THEN