From: Robert Dewar Date: Fri, 1 Aug 2008 07:39:11 +0000 (+0200) Subject: opt.ads: Minor documentation fix X-Git-Tag: releases/gcc-4.4.0~3516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2933820e04ec15a76a023aeef3f742285d2d0656;p=thirdparty%2Fgcc.git opt.ads: Minor documentation fix 2008-08-01 Robert Dewar * opt.ads: Minor documentation fix From-SVN: r138466 --- diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 7ffa2d5d8557..476e98737abe 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -284,7 +284,7 @@ package Opt is -- for details on the handling of the latter pragma. Canonical_Streams : Boolean := False; - -- GNATBIND + -- GNAT, GNATBIND -- Set to True if configuration pragma Canonical_Streams is present. It -- controls the canonical behaviour of stream operations for String types.