aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/pci-scan.fs
diff options
context:
space:
mode:
Diffstat (limited to 'slof/fs/pci-scan.fs')
-rw-r--r--slof/fs/pci-scan.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/pci-scan.fs b/slof/fs/pci-scan.fs
index a97afa3..697b4e0 100644
--- a/slof/fs/pci-scan.fs
+++ b/slof/fs/pci-scan.fs
@@ -265,7 +265,7 @@ DEFER func-pci-bridge-probe
;
\ check for multifunction and for each function
-\ (dependig from header type) call device or bridge setup
+\ (dependent on header type) call device or bridge setup
: pci-setup-device ( addr -- )
dup pci-htype@ \ read HEADER-Type
80 and IF 8 ELSE 1 THEN \ check for multifunction