diff options
author | Martin Liska <mliska@suse.cz> | 2017-05-02 11:38:55 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2017-05-02 09:38:55 +0000 |
commit | 51956afe2766a248dc0c876f4140d7a79009cf5a (patch) | |
tree | 24da8233360e39b6ac55615bec97cdd01398548d /gcc/doc | |
parent | 4ec7c4ec03148023c0d7ee29c46a8c79d36438b4 (diff) | |
download | gcc-51956afe2766a248dc0c876f4140d7a79009cf5a.zip gcc-51956afe2766a248dc0c876f4140d7a79009cf5a.tar.gz gcc-51956afe2766a248dc0c876f4140d7a79009cf5a.tar.bz2 |
Fix 2 typos in documentation (PR other/80589).
2017-05-02 Martin Liska <mliska@suse.cz>
PR other/80589
* common.opt: Fix typo.
* doc/invoke.texi: Likewise.
From-SVN: r247485
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0eeea7b..1f78064 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9915,7 +9915,7 @@ The maximum number of insns of an unswitched loop. The maximum number of branches unswitched in a single loop. @item max-loop-headers-insns -The maximum number of insns in loop header duplicated by he copy loop headers +The maximum number of insns in loop header duplicated by the copy loop headers pass. @item lim-expensive |