diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-11-17 17:19:53 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-11-24 18:25:20 -0500 |
commit | 7b7a78594292d540720485544ad1043b71de14e0 (patch) | |
tree | b45bf17e03747985fb67cb87d7e2ad0bdce27ec6 | |
parent | 2ed7a806d864bde5903b73da1c65b0316b21efd3 (diff) |
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>
-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 4ff126a3e887..730369f392a3 100644 --- a/arch/x86/pci/bus_numa.h +++ b/arch/x86/pci/bus_numa.h | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | /* | 3 | /* |
4 | * sub bus (transparent) will use entres from 3 to store extra from | 4 | * sub bus (transparent) will use entres from 3 to store extra from |
5 | * root, so need to make sure we have enought slot there, Should we | 5 | * root, so need to make sure we have enough slot there, Should we |
6 | * increase PCI_BUS_NUM_RESOURCES? | 6 | * increase PCI_BUS_NUM_RESOURCES? |
7 | */ | 7 | */ |
8 | #define RES_NUM 16 | 8 | #define RES_NUM 16 |