2004-09-09 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / string-icalls.c
index 925c6651e5aa5e6da56051f45efefdf7930df365..5e213edd6ef0d5bdf425cd6e833b330588007d96 100644 (file)
@@ -724,7 +724,7 @@ string_icall_cmp_char (gunichar2 c1, gunichar2 c2, gint32 mode)
                                  (c2type != G_UNICODE_LOWERCASE_LETTER ? g_unichar_tolower(c2) : c2);
                break;
        case 2:
-               // Rotor/ms return the full value just not -1 and 1
+               /* Rotor/ms return the full value just not -1 and 1 */
                return (gint32) c1 - c2; break;
        }