aboutsummaryrefslogtreecommitdiff
path: root/slof
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:27 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:23 +1100
commitadc561044f17d21c4d164cbe07068a3851450f8f (patch)
tree0074618444d341247e5e7350d830975c672d45b0 /slof
parente8124ca96e34f702fbbf60925461a5f9857b46a1 (diff)
downloadSLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2
Fix remaining typos in various folders
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof')
-rw-r--r--slof/fs/base.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/base.fs b/slof/fs/base.fs
index d7f4e37..13a8aa2 100644
--- a/slof/fs/base.fs
+++ b/slof/fs/base.fs
@@ -488,7 +488,7 @@ constant <colon>
;
\ peek/poke minimal implementation, just to support FCode drivers
-\ Any implmentation with full error detection will be platform specific
+\ Any implementation with full error detection will be platform specific
: cpeek ( addr -- false | byte true ) c@ true ;
: cpoke ( byte addr -- success? ) c! true ;
: wpeek ( addr -- false | word true ) w@ true ;