[gimp] file-bmp: Fix typo in comment



commit f93398b4cf89277f3629a47758c5b9e78a0488e5
Author: Mukund Sivaraman <muks banu com>
Date:   Sun May 8 23:33:08 2011 +0530

    file-bmp: Fix typo in comment

 plug-ins/file-bmp/bmp-write.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-bmp/bmp-write.c b/plug-ins/file-bmp/bmp-write.c
index 943fadc..4fab4a5 100644
--- a/plug-ins/file-bmp/bmp-write.c
+++ b/plug-ins/file-bmp/bmp-write.c
@@ -470,7 +470,7 @@ WriteBMP (const gchar  *filename,
       Write (outfile, puffer, mask_info_size);
     }
 
-  /* Write V4 header colorspace fields */
+  /* Write V5 colorspace fields */
 
   /* bV5CSType = LCS_sRGB */
   FromL (0x73524742, &puffer[0x00]);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]