aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/pci-helper.fs
diff options
context:
space:
mode:
Diffstat (limited to 'slof/fs/pci-helper.fs')
-rw-r--r--slof/fs/pci-helper.fs6
1 files changed, 3 insertions, 3 deletions
diff --git a/slof/fs/pci-helper.fs b/slof/fs/pci-helper.fs
index a4f69f1..5535bf2 100644
--- a/slof/fs/pci-helper.fs
+++ b/slof/fs/pci-helper.fs
@@ -128,13 +128,13 @@
THEN
;
-\ check wether this device is a pci-express device
+\ check whether this device is a pci-express device
: pci-express? ( addr -- 0|1 ) 10 pci-cap-find 0<> ;
-\ check wether this device is a pci-express device
+\ check whether this device is a pci-express device
: pci-x? ( addr -- 0|1 ) 07 pci-cap-find 0<> ;
-\ check wether this device has extended config space
+\ check whether this device has extended config space
: pci-config-ext? ( addr -- 0|1 ) pci-express? ;