diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-11-17 23:19:53 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 15:25:20 -0800 |
commit | 7b7a78594292d540720485544ad1043b71de14e0 (patch) | |
tree | b45bf17e03747985fb67cb87d7e2ad0bdce27ec6 /arch/x86/pci | |
parent | 2ed7a806d864bde5903b73da1c65b0316b21efd3 (diff) | |
download | linux-3.10-7b7a78594292d540720485544ad1043b71de14e0.tar.gz linux-3.10-7b7a78594292d540720485544ad1043b71de14e0.tar.bz2 linux-3.10-7b7a78594292d540720485544ad1043b71de14e0.zip |
PCI: fix comment typo in bus_numa.h
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/bus_numa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/bus_numa.h b/arch/x86/pci/bus_numa.h index 4ff126a3e88..730369f392a 100644 --- a/arch/x86/pci/bus_numa.h +++ b/arch/x86/pci/bus_numa.h @@ -2,7 +2,7 @@ /* * sub bus (transparent) will use entres from 3 to store extra from - * root, so need to make sure we have enought slot there, Should we + * root, so need to make sure we have enough slot there, Should we * increase PCI_BUS_NUM_RESOURCES? */ #define RES_NUM 16 |