diff mbox series

[pushed] docs: Fix spelling issues in -fipa-strict-aliasing.

Message ID 6c289c58-6b9d-837d-a5d5-6763869ced3a@suse.cz
State New
Headers show
Series [pushed] docs: Fix spelling issues in -fipa-strict-aliasing. | expand

Commit Message

Martin Liška Dec. 17, 2021, 1:34 p.m. UTC
Installed as obvious.

gcc/ChangeLog:

	* doc/invoke.texi: Fix spelling issues.
---
  gcc/doc/invoke.texi | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 37836a7d614..8f69e53e68e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12425,10 +12425,10 @@  The @option{-fstrict-aliasing} option is enabled at levels
  
  @item -fipa-strict-aliasing
  @opindex fipa-strict-aliasing
-Constrols whether rules of @option{-fstrict-aliasing} are applied across
+Controls whether rules of @option{-fstrict-aliasing} are applied across
  function boundaries.  Note that if multiple functions gets inlined into a
-signle function the memory accesses are no longer considred to be crossing a
-function bounday.
+single function the memory accesses are no longer considered to be crossing a
+function boundary.
  
  The @option{-fipa-strict-aliasing} option is enabled by default and is
  effective only in combination with @option{-fstrict-aliasing}.