summaryrefslogtreecommitdiff
path: root/gcc/ada/i-vxwork.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/i-vxwork.ads')
-rw-r--r--gcc/ada/i-vxwork.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/i-vxwork.ads b/gcc/ada/i-vxwork.ads
index ffb28ae8211..902f9e7ea35 100644
--- a/gcc/ada/i-vxwork.ads
+++ b/gcc/ada/i-vxwork.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1999-2007, AdaCore --
+-- Copyright (C) 1999-2008, AdaCore --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -80,7 +80,7 @@ package Interfaces.VxWorks is
-- S : STATUS;
-- begin
-- Count := Count + 1;
- -- logMsg ("received an interrupt" & ASCII.LF & ASCII.Nul);
+ -- logMsg ("received an interrupt" & ASCII.LF & ASCII.NUL);
--
-- -- Acknowledge VME interrupt
-- S := sysBusIntAck (intLevel => Level);