diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2014-12-05 16:02:06 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2014-12-05 16:02:06 +0000 |
| commit | ebace3894ec1109de64c31986c5091114e05a186 (patch) | |
| tree | 2cdbafa62ef72fecf18d0857a1cd8d52fc179a17 /llvm | |
| parent | db1cc7f1f9340c044baf27dc86eb2fcc97571b35 (diff) | |
| download | bcm5719-llvm-ebace3894ec1109de64c31986c5091114e05a186.tar.gz bcm5719-llvm-ebace3894ec1109de64c31986c5091114e05a186.zip | |
Fix typos in llvm/IR/Module.h
Phabricator revision: http://reviews.llvm.org/D6535
llvm-svn: 223472
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/IR/Module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h index 30d3d7c4833..7ad48a17064 100644 --- a/llvm/include/llvm/IR/Module.h +++ b/llvm/include/llvm/IR/Module.h @@ -150,7 +150,7 @@ public: /// The named metadata iterators. typedef NamedMDListType::iterator named_metadata_iterator; - /// The named metadata constant interators. + /// The named metadata constant iterators. typedef NamedMDListType::const_iterator const_named_metadata_iterator; /// This enumeration defines the supported behaviors of module flags. @@ -485,7 +485,7 @@ public: std::error_code materialize(GlobalValue *GV); /// If the GlobalValue is read in, and if the GVMaterializer supports it, /// release the memory for the function, and set it up to be materialized - /// lazily. If !isDematerializable(), this method is a noop. + /// lazily. If !isDematerializable(), this method is a no-op. void Dematerialize(GlobalValue *GV); /// Make sure all GlobalValues in this Module are fully read. |

