aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/pci-scan.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/pci-scan.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/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