Commit e1b8513d authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk

Typoes: "whith" -> "with"

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 14e4a0f2
...@@ -1484,7 +1484,7 @@ kernelversion: ...@@ -1484,7 +1484,7 @@ kernelversion:
# Single targets # Single targets
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Single targets are compatible with: # Single targets are compatible with:
# - build whith mixed source and output # - build with mixed source and output
# - build with separate output dir 'make O=...' # - build with separate output dir 'make O=...'
# - external modules # - external modules
# #
......
...@@ -106,7 +106,7 @@ DbgRegister (char *drvName, char *drvTag, unsigned long dbgMask) ...@@ -106,7 +106,7 @@ DbgRegister (char *drvName, char *drvTag, unsigned long dbgMask)
return (1) ; return (1) ;
} }
/* /*
* Check if we registered whith an old maint driver (see debuglib.h) * Check if we registered with an old maint driver (see debuglib.h)
*/ */
if ( myDriverDebugHandle.dbg_end != NULL if ( myDriverDebugHandle.dbg_end != NULL
/* location of 'dbg_prt' in _OldDbgHandle_ struct */ /* location of 'dbg_prt' in _OldDbgHandle_ struct */
......
...@@ -741,7 +741,7 @@ static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref ...@@ -741,7 +741,7 @@ static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref
* are not obsolete. * are not obsolete.
* *
* Of course, this optimization only makes sense in case * Of course, this optimization only makes sense in case
* of NAND flashes (or other flashes whith * of NAND flashes (or other flashes with
* !jffs2_can_mark_obsolete()), since on NOR flashes * !jffs2_can_mark_obsolete()), since on NOR flashes
* nodes are marked obsolete physically. * nodes are marked obsolete physically.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment