aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2017-12-17 01:21:50 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2017-12-17 01:21:50 -0500
commitd7f06bc3f7e1e1da11c065cc96a81f15bd0ca68f (patch)
tree0253ee863c4e2e53ace42d280dc63467ddf5a9df
parent08c92ae92e4285b347fb7dcf0a989ad49f088b21 (diff)
downloadgcc-d7f06bc3f7e1e1da11c065cc96a81f15bd0ca68f.zip
gcc-d7f06bc3f7e1e1da11c065cc96a81f15bd0ca68f.tar.gz
gcc-d7f06bc3f7e1e1da11c065cc96a81f15bd0ca68f.tar.bz2
invoke.texi: Fix some typos.
2017-12-16 Sandra Loosemore <sandra@codesourcery.com> gcc/ * doc/invoke.texi: Fix some typos. From-SVN: r255759
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi12
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ad83f84..5209a5a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-16 Sandra Loosemore <sandra@codesourcery.com>
+
+ * doc/invoke.texi: Fix some typos.
+
2017-12-16 Martin Sebor <msebor@redhat.com>
PR tree-optimization/78918
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 27b07b9..032d241 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2947,7 +2947,7 @@ might bypass the class non-trivial or deleted constructor or copy assignment,
violate const-correctness or encapsulation, or corrupt the virtual table.
Modifying the representation of such objects may violate invariants maintained
by member functions of the class. For example, the call to @code{memset}
-below is undefined becase it modifies a non-trivial class object and is,
+below is undefined because it modifies a non-trivial class object and is,
therefore, diagnosed. The safe way to either initialize or clear the storage
of objects of such types is by using the appropriate constructor or assignment
operator, if one is available.
@@ -9832,7 +9832,7 @@ of the loop on both branches (modified according to result of the condition).
@item -floop-unroll-and-jam
@opindex floop-unroll-and-jam
-Apply unroll and jam transoformations on feasible loops. In a loop
+Apply unroll and jam transformations on feasible loops. In a loop
nest this unrolls the outer loop by some factor and fuses the resulting
multiple inner loops.
@@ -15648,7 +15648,7 @@ Permissible names are:
@samp{iwmmxt} and @samp{iwmmxt2}.
Additionally, the following architectures, which lack support for the
-Thumb exection state, are recognized but support is deprecated:
+Thumb execution state, are recognized but support is deprecated:
@samp{armv2}, @samp{armv2a}, @samp{armv3}, @samp{armv3m},
@samp{armv4}, @samp{armv5} and @samp{armv5e}.
@@ -15816,7 +15816,7 @@ The ARMv8-A Advanced SIMD and floating-point instructions.
@item +crypto
The cryptographic instructions.
@item +nocrypto
-Disable the cryptographic isntructions.
+Disable the cryptographic instructions.
@item +nofp
Disable the floating-point, Advanced SIMD and cryptographic instructions.
@end table
@@ -15831,7 +15831,7 @@ The cryptographic instructions. This also enables the Advanced SIMD and
floating-point instructions.
@item +nocrypto
-Disable the cryptographic isntructions.
+Disable the cryptographic instructions.
@item +nofp
Disable the floating-point, Advanced SIMD and cryptographic instructions.
@@ -15924,7 +15924,7 @@ The ARMv8-A Advanced SIMD and floating-point instructions.
@item +crypto
The cryptographic instructions.
@item +nocrypto
-Disable the cryptographic isntructions.
+Disable the cryptographic instructions.
@item +nofp
Disable the floating-point, Advanced SIMD and cryptographic instructions.
@end table