aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/mc-boot/GM2RTS.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/m2/mc-boot/GM2RTS.cc')
-rw-r--r--gcc/m2/mc-boot/GM2RTS.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/m2/mc-boot/GM2RTS.cc b/gcc/m2/mc-boot/GM2RTS.cc
index 844006a..5e93404 100644
--- a/gcc/m2/mc-boot/GM2RTS.cc
+++ b/gcc/m2/mc-boot/GM2RTS.cc
@@ -589,7 +589,7 @@ extern "C" unsigned int M2RTS_Length (const char *a_, unsigned int _a_high)
extern "C" void M2RTS_AssignmentException (void * filename, unsigned int line, unsigned int column, void * scope, void * message)
{
- /*
+ /*
The following are the runtime exception handler routines.
*/
RTExceptions_Raise ( ((unsigned int) (M2EXCEPTION_rangeException)), filename, line, column, scope, message);