[aarch64] Fix typo in aarch64.opt (dummping -> dumping).
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 17 Mar 2017 17:05:23 +0000 (17:05 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 17 Mar 2017 17:05:23 +0000 (17:05 +0000)
PR target/80052
* aarch64.opt(verbose-cost-dump): Fix typo.

From-SVN: r246229

gcc/ChangeLog
gcc/config/aarch64/aarch64.opt

index 2ea7fe8..8a7b601 100644 (file)
@@ -1,3 +1,8 @@
+2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/80052
+       * aarch64.opt(verbose-cost-dump): Fix typo.
+
 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
 
        PR target/79951
index 5436884..942a7d5 100644 (file)
@@ -187,4 +187,4 @@ single precision and to 32 bits for double precision.
 
 mverbose-cost-dump
 Common Undocumented Var(flag_aarch64_verbose_cost)
-Enables verbose cost model dummping in the debug dump files.
+Enables verbose cost model dumping in the debug dump files.