summaryrefslogtreecommitdiff
path: root/gcc/ada/a-numaux-vxworks.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-numaux-vxworks.ads')
-rw-r--r--gcc/ada/a-numaux-vxworks.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-numaux-vxworks.ads b/gcc/ada/a-numaux-vxworks.ads
index 1b6d68e0774..ce567ad6586 100644
--- a/gcc/ada/a-numaux-vxworks.ads
+++ b/gcc/ada/a-numaux-vxworks.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (C Library Version, VxWorks) --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
-- --
-- GNAT 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- --
@@ -51,7 +51,7 @@ package Ada.Numerics.Aux is
-- Type Double is the type used to call the C routines
-- We import these functions directly from C. Note that we label them
- -- all as pure functions, because indeed all of them are in fact pure!
+ -- all as pure functions, because indeed all of them are in fact pure.
function Sin (X : Double) return Double;
pragma Import (C, Sin, "sin");