diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 08:14:02 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 08:14:02 -0500 |
commit | e1b8513d21845fbeb93d6d2c4973db874385059f (patch) | |
tree | b2bf0b3bd68f484add7a41475714ec6ee7718ea2 /drivers | |
parent | 14e4a0f2bb242f8008bc70b55fa834292c6a62af (diff) |
Typoes: "whith" -> "with"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/isdn/hardware/eicon/debuglib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/debuglib.c b/drivers/isdn/hardware/eicon/debuglib.c index a19b7ffe9ace..e39c5c1f623e 100644 --- a/drivers/isdn/hardware/eicon/debuglib.c +++ b/drivers/isdn/hardware/eicon/debuglib.c | |||
@@ -106,7 +106,7 @@ DbgRegister (char *drvName, char *drvTag, unsigned long dbgMask) | |||
106 | return (1) ; | 106 | return (1) ; |
107 | } | 107 | } |
108 | /* | 108 | /* |
109 | * Check if we registered whith an old maint driver (see debuglib.h) | 109 | * Check if we registered with an old maint driver (see debuglib.h) |
110 | */ | 110 | */ |
111 | if ( myDriverDebugHandle.dbg_end != NULL | 111 | if ( myDriverDebugHandle.dbg_end != NULL |
112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ | 112 | /* location of 'dbg_prt' in _OldDbgHandle_ struct */ |