aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/base.fs
diff options
context:
space:
mode:
Diffstat (limited to 'slof/fs/base.fs')
-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 ;