diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-26 20:34:02 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-28 19:00:29 -0800 |
commit | a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4 (patch) | |
tree | bcbdd2c0669f68106197c20cb1c119739e0b2f4e /drivers/staging/bcm | |
parent | 979cdcc90b5d4934e66cc7d7119cae949776d8bc (diff) | |
download | linux-stable-a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4.tar.gz linux-stable-a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4.tar.bz2 linux-stable-a0fe6029bce5ca2f1e7bcc8e248be1b3d2a2f6f4.zip |
drivers:staging:bcm:CmHost.c Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word..
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Stephen Hemminger <shemminger@vyatta.com>
CC: devel@driverdev.osuosl.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r-- | drivers/staging/bcm/CmHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c index 5ac45820d564..017b4717b25b 100644 --- a/drivers/staging/bcm/CmHost.c +++ b/drivers/staging/bcm/CmHost.c @@ -1,6 +1,6 @@ /************************************************************ * CMHOST.C -* This file contains the routines for handling Connnection +* This file contains the routines for handling Connection * Management. ************************************************************/ |