From: James S. <jsi...@us...> - 2002-02-14 20:27:34
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv13439 Modified Files: skeletonfb.c Log Message: Small typo. Index: skeletonfb.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/skeletonfb.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- skeletonfb.c 1 Feb 2002 00:56:49 -0000 1.15 +++ skeletonfb.c 14 Feb 2002 20:27:28 -0000 1.16 @@ -14,7 +14,7 @@ * of it. * * First the roles of struct fb_info and struct display have changed. Struct - * display will gone away. The way the the new framebuffer console code will + * display will go away. The way the the new framebuffer console code will * work is that it will act to translate data about the tty/console in * struct vc_data to data in a device independent way in struct fb_info. Then * various functions in struct fb_ops will be called to store the device |