]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/easylogo/easylogo.c
* Patches by Robert Schwebel, 06 Mar 2003:
[karo-tx-uboot.git] / tools / easylogo / easylogo.c
index 548e3c3d2f3c4ec07a11624d7d848eaaaf79e6d7..3111068f60401eee23aa0e8b63e675dea7c2877b 100644 (file)
@@ -264,7 +264,7 @@ int image_save_header (image_t *image, char *filename, char *varname)
        if (file==NULL)
                return -1 ;
 
-/*  Author informations */
+/*  Author information */
        fprintf(file, "/*\n * Generated by EasyLogo, (C) 2000 by Paolo Scaffardi\n/*\n"); */
        fprintf(file, " * To use this, include it and call: easylogo_plot(screen,&%s, width,x,y)\n *\n", varname);
        fprintf(file, " * Where:\t'screen'\tis the pointer to the frame buffer\n");