From: Paul Menzel Date: Mon, 13 Apr 2009 21:39:53 +0000 (-0700) Subject: drivers/video/aty/radeon_base.c: fix typo in comment X-Git-Tag: v2.6.30-rc2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e6210195c4e1157159779b7c700ba76f4546421;p=platform%2Fupstream%2Fkernel-adaptation-pc.git drivers/video/aty/radeon_base.c: fix typo in comment Signed-off-by: Paul Menzel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index 16bb7e3..6c37e8e 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c @@ -698,8 +698,8 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo) found: /* * Some methods fail to retrieve SCLK and MCLK values, we apply default - * settings in this case (200Mhz). If that really happne often, we could - * fetch from registers instead... + * settings in this case (200Mhz). If that really happens often, we + * could fetch from registers instead... */ if (rinfo->pll.mclk == 0) rinfo->pll.mclk = 20000;