type
authorbdemsky <bdemsky>
Thu, 2 Nov 2006 08:21:52 +0000 (08:21 +0000)
committerbdemsky <bdemsky>
Thu, 2 Nov 2006 08:21:52 +0000 (08:21 +0000)
Robust/src/Runtime/runtime.c

index d0571b9b4915484273acaa811284ee0b8f9af864..4a7ed0508dbff4a73481fdded1c09fd896cc6231 100644 (file)
@@ -495,7 +495,7 @@ struct ___String___ * NewString(const char *str,int length) {
   return strobj;
 }
 
-/* Generated code calls this if we fail a bounds check *.
+/* Generated code calls this if we fail a bounds check */
 void failedboundschk() {
 #ifndef TASK
   printf("Array out of bounds\n");