diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:30:25 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:30:25 -0500 |
commit | b8c268d10439bdd4ed469d58fbadf2c2f56801b0 (patch) | |
tree | d1e0f5d07fe4a817166bc7f7afba7caa1f7a9212 /drivers/ssb | |
parent | 8f4aafec6ab63a11638aa89cd8f29dc2d82c62e6 (diff) |
drivers/ssb/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/ssb')
-rw-r--r-- | drivers/ssb/b43_pci_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssb/b43_pci_bridge.c b/drivers/ssb/b43_pci_bridge.c index 1a31f7a72848..2d27d6d6d08e 100644 --- a/drivers/ssb/b43_pci_bridge.c +++ b/drivers/ssb/b43_pci_bridge.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Broadcom 43xx PCI-SSB bridge module | 2 | * Broadcom 43xx PCI-SSB bridge module |
3 | * | 3 | * |
4 | * This technically is a seperate PCI driver module, but | 4 | * This technically is a separate PCI driver module, but |
5 | * because of its small size we include it in the SSB core | 5 | * because of its small size we include it in the SSB core |
6 | * instead of creating a standalone module. | 6 | * instead of creating a standalone module. |
7 | * | 7 | * |