diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:30:25 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:30:25 +0200 |
commit | b8c268d10439bdd4ed469d58fbadf2c2f56801b0 (patch) | |
tree | d1e0f5d07fe4a817166bc7f7afba7caa1f7a9212 /drivers/ssb | |
parent | 8f4aafec6ab63a11638aa89cd8f29dc2d82c62e6 (diff) | |
download | linux-stable-b8c268d10439bdd4ed469d58fbadf2c2f56801b0.tar.gz linux-stable-b8c268d10439bdd4ed469d58fbadf2c2f56801b0.tar.bz2 linux-stable-b8c268d10439bdd4ed469d58fbadf2c2f56801b0.zip |
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 @@ /* * Broadcom 43xx PCI-SSB bridge module * - * This technically is a seperate PCI driver module, but + * This technically is a separate PCI driver module, but * because of its small size we include it in the SSB core * instead of creating a standalone module. * |