summaryrefslogtreecommitdiff
path: root/gcc/ada/6vcstrea.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/6vcstrea.adb')
-rw-r--r--gcc/ada/6vcstrea.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/6vcstrea.adb b/gcc/ada/6vcstrea.adb
index 858a10cfb3b..1c4e00c2e0d 100644
--- a/gcc/ada/6vcstrea.adb
+++ b/gcc/ada/6vcstrea.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.4 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1996-1999 Free Software Foundation, Inc. --
-- --
@@ -169,7 +169,7 @@ package body Interfaces.C_Streams is
-- In order for the above fwrite hack to work, we must always buffer
-- stdout and stderr. Is_regular_file on VMS cannot detect when
-- these are redirected to a file, so checking for that condition
- -- doesnt help.
+ -- doesn't help.
if mode = IONBF
and then (stream = stdout or else stream = stderr)