diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/radeonfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/radeonfb.c b/drivers/video/radeonfb.c index f5b48857a86e..2fe5994b36c1 100644 --- a/drivers/video/radeonfb.c +++ b/drivers/video/radeonfb.c @@ -1449,7 +1449,7 @@ static int radeonfb_do_maximize(struct radeonfb_info *rinfo, /* use highest possible virtual resolution */ if (v->xres_virtual == -1 && v->yres_virtual == -1) { - printk("radeonfb: using max availabe virtual resolution\n"); + printk("radeonfb: using max available virtual resolution\n"); for (i=0; modes[i].xres != -1; i++) { if (modes[i].xres * nom / den * modes[i].yres < rinfo->video_ram / 2) |
