diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-11-17 22:19:53 (GMT) |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 23:25:20 (GMT) |
commit | 7b7a78594292d540720485544ad1043b71de14e0 (patch) | |
tree | b45bf17e03747985fb67cb87d7e2ad0bdce27ec6 /arch | |
parent | 2ed7a806d864bde5903b73da1c65b0316b21efd3 (diff) | |
download | linux-7b7a78594292d540720485544ad1043b71de14e0.tar.xz |
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')
-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 4ff126a..730369f 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 |