From: zuoqilin <zuoqi...@yulong.com>

Change 'frequncy' to 'frequency'.

Signed-off-by: zuoqilin <zuoqi...@yulong.com>
---
 drivers/video/fbdev/aty/atyfb_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/aty/atyfb_base.c 
b/drivers/video/fbdev/aty/atyfb_base.c
index e946903a..83b76d3 100644
--- a/drivers/video/fbdev/aty/atyfb_base.c
+++ b/drivers/video/fbdev/aty/atyfb_base.c
@@ -3390,7 +3390,7 @@ static int init_from_bios(struct atyfb_par *par)
 
                PRINTKI("Mach64 BIOS is located at %x, mapped at %x.\n", 
rom_addr, bios_base);
 
-               /* check for frequncy table */
+               /* check for frequency table */
                bios_ptr = (u8*)bios_base;
                rom_table_offset = (u16)(bios_ptr[0x48] | (bios_ptr[0x49] << 
8));
                freq_table_offset = bios_ptr[rom_table_offset + 16] | 
(bios_ptr[rom_table_offset + 17] << 8);
-- 
1.9.1


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to