minor comment fix.
authorManish Singh <yosh@gimp.org>
Sun, 28 Nov 2004 20:08:14 +0000 (20:08 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 28 Nov 2004 20:08:14 +0000 (20:08 +0000)
Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>

        * tests/utf8-validate.c: minor comment fix.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/utf8-validate.c

index 4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8..33ac8a3a891f65b35fe4e74dc9aa3d845f9bdf4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/utf8-validate.c: minor comment fix.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.h:
index 4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8..33ac8a3a891f65b35fe4e74dc9aa3d845f9bdf4f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/utf8-validate.c: minor comment fix.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.h:
index 4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8..33ac8a3a891f65b35fe4e74dc9aa3d845f9bdf4f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/utf8-validate.c: minor comment fix.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.h:
index 4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8..33ac8a3a891f65b35fe4e74dc9aa3d845f9bdf4f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/utf8-validate.c: minor comment fix.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.h:
index 4ad2d3eb4b5329b7177a34777eb6af58fa5a61c8..33ac8a3a891f65b35fe4e74dc9aa3d845f9bdf4f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov 28 12:07:29 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/utf8-validate.c: minor comment fix.
+
 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gconvert.h:
index 72cd7843440698b2035488514b47075e39ea2b46..ab9a5b23cae473374af7ece24d41960d031c787c 100644 (file)
@@ -35,7 +35,7 @@ struct {
   gint offset;
   gboolean valid;
 } test[] = {  
-  /* some tests to check max_len handling
+  /* some tests to check max_len handling */
   /* length 1 */
   { "abcde", -1, 5, TRUE },
   { "abcde", 3, 3, TRUE },