diff options
author | Sergei Trofimovich <siarheit@google.com> | 2021-06-29 22:11:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2021-06-29 22:15:12 +0100 |
commit | 1cb5e50f9845466f0aaeb35f620bf9e25d8246c1 (patch) | |
tree | 7e979ba949da64f933540d13730d324afbc73253 /gcc/doc/generic.texi | |
parent | 362347c5a4e56d48c9af7ed7d9cc3feff0c2d219 (diff) | |
download | gcc-1cb5e50f9845466f0aaeb35f620bf9e25d8246c1.zip gcc-1cb5e50f9845466f0aaeb35f620bf9e25d8246c1.tar.gz gcc-1cb5e50f9845466f0aaeb35f620bf9e25d8246c1.tar.bz2 |
docs: Fix s/net yet/not yet/ typo
gcc/ChangeLog:
* doc/generic.texi: Fix s/net yet/not yet/ typo.
Diffstat (limited to 'gcc/doc/generic.texi')
-rw-r--r-- | gcc/doc/generic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 642cbc8..d317f65 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -33,7 +33,7 @@ before handing off to @code{tree_rest_of_compilation}, but this seems inelegant. @menu -* Deficiencies:: Topics net yet covered in this document. +* Deficiencies:: Topics not yet covered in this document. * Tree overview:: All about @code{tree}s. * Types:: Fundamental and aggregate types. * Declarations:: Type declarations and variables. |