]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a typo in gcov.texi.
authorMarek Polacek <polacek@redhat.com>
Thu, 27 Sep 2012 11:06:38 +0000 (11:06 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 27 Sep 2012 11:06:38 +0000 (11:06 +0000)
From-SVN: r191804

gcc/ChangeLog
gcc/doc/gcov.texi

index 747039adfcef83491887f54789abdcc6ddcc568b..b24a62cc9b38b617a68972bf8e70293fbb3bdfcf 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-27  Marek Polacek  <polacek@redhat.com>
+
+       * doc/gcov.texi (Gcov Data Files): Fix a typo.
+
 2012-09-27  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/54703
index 307137a7864e07913098a4d49126c06060915ff8..0b861f147bd36dc2fd1f469378e13f79ab609ed9 100644 (file)
@@ -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