Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3094c9... Commit: 3094c981f2d567f0a442687ced24a5340aa10b6c Parent: fecc8d6d5611a6b1dce4a6cff4713f390056aa1c Author: Bryan Wu <cooloney@kernel.org> AuthorDate: Fri Oct 10 21:22:01 2008 +0800 Committer: Bryan Wu <cooloney@kernel.org> CommitDate: Fri Oct 10 21:22:01 2008 +0800 Blackfin arch: fix a typo in comments Signed-off-by: Bryan Wu <cooloney@kernel.org> --- arch/blackfin/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 74370f3..7054594 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c @@ -411,7 +411,7 @@ static __init void parse_cmdline_early(char *cmdline_p) * [_rambase, _ramstart]: kernel image * [memory_start, memory_end]: dynamic memory managed by kernel * [memory_end, _ramend]: reserved memory - * [meory_mtd_start(memory_end), + * [memory_mtd_start(memory_end), * memory_mtd_start + mtd_size]: rootfs (if any) * [_ramend - DMA_UNCACHED_REGION, * _ramend]: uncached DMA region -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
