diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-08-14 09:43:21 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-16 15:14:03 +0200 |
commit | 8aed62882129c4e7608deb6fe1a39b44a9aa4539 (patch) | |
tree | f3f0a25f52638a9a07a1d9503df7230b6e33ca31 | |
parent | bbff2168c1088995753e889580c756971eca51e4 (diff) | |
download | op-kernel-dev-8aed62882129c4e7608deb6fe1a39b44a9aa4539.zip op-kernel-dev-8aed62882129c4e7608deb6fe1a39b44a9aa4539.tar.gz |
vesafb: fix comment a typo
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/video/vesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c index 090aa1a..6a069d0 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/vesafb.c @@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev) size_vmode = vesafb_defined.yres * vesafb_fix.line_length; /* size_total -- all video memory we have. Used for mtrr - * entries, ressource allocation and bounds + * entries, resource allocation and bounds * checking. */ size_total = screen_info.lfb_size * 65536; if (vram_total) |