aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-locfil.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-locfil.ads')
-rw-r--r--gcc/ada/g-locfil.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-locfil.ads b/gcc/ada/g-locfil.ads
index b8213cd..3e52cc0 100644
--- a/gcc/ada/g-locfil.ads
+++ b/gcc/ada/g-locfil.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1995-2010, AdaCore --
+-- Copyright (C) 1995-2016, AdaCore --
-- --
-- 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- --
@@ -39,7 +39,7 @@ package GNAT.Lock_Files is
-- Exception raised if file cannot be locked
subtype Path_Name is String;
- -- Pathname is used by all services provided in this unit to specified
+ -- Pathname is used by all services provided in this unit to specify
-- directory name and file name. On DOS based systems both directory
-- separators are handled (i.e. slash and backslash).