From: Marek Polacek Date: Thu, 27 Sep 2012 11:06:38 +0000 (+0000) Subject: Fix a typo in gcov.texi. X-Git-Tag: misc/gccgo-go1_1_2~604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9472dcecc74b95a5164a57ecb689abf9dab7c5c4;p=thirdparty%2Fgcc.git Fix a typo in gcov.texi. From-SVN: r191804 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 747039adfcef..b24a62cc9b38 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-27 Marek Polacek + + * doc/gcov.texi (Gcov Data Files): Fix a typo. + 2012-09-27 Jakub Jelinek PR target/54703 diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 307137a7864e..0b861f147bd3 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -555,7 +555,7 @@ file suffix with either @file{.gcno}, or @file{.gcda}. The files contain coverage and profile data stored in a platform-independent format. The @file{.gcno} files are placed in the same directory as the object file. By default, the @file{.gcda} files are also stored in the same -directory as the object file, but the GCC @option{-profile-dir} option +directory as the object file, but the GCC @option{-fprofile-dir} option may be used to store the @file{.gcda} files in a separate directory. The @file{.gcno} notes file is generated when the source file is compiled