aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adabkend.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/adabkend.adb')
-rw-r--r--gcc/ada/adabkend.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/adabkend.adb b/gcc/ada/adabkend.adb
index 2ab4b19..ae0218e 100644
--- a/gcc/ada/adabkend.adb
+++ b/gcc/ada/adabkend.adb
@@ -59,8 +59,8 @@ package body Adabkend is
-- The front end leaves the Current_Error_Node at a location that is
-- meaningless and confusing when emitting bug boxes from the back end.
- -- By resetting it here we default to "No source file position
- -- information available" message on back end crashes.
+ -- Reset the global variable in order to emit "No source file position
+ -- information available" messages on back end crashes.
Current_Error_Node := Empty;