Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit f69cd1d

Browse files
author
Chad Rosier
committed
Fix typos in llvm/IR/Module.h
Phabricator revision: http://reviews.llvm.org/D6535 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223472 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 46cbde2 commit f69cd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/llvm/IR/Module.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Module {
150150

151151
/// The named metadata iterators.
152152
typedef NamedMDListType::iterator named_metadata_iterator;
153-
/// The named metadata constant interators.
153+
/// The named metadata constant iterators.
154154
typedef NamedMDListType::const_iterator const_named_metadata_iterator;
155155

156156
/// This enumeration defines the supported behaviors of module flags.
@@ -485,7 +485,7 @@ class Module {
485485
std::error_code materialize(GlobalValue *GV);
486486
/// If the GlobalValue is read in, and if the GVMaterializer supports it,
487487
/// release the memory for the function, and set it up to be materialized
488-
/// lazily. If !isDematerializable(), this method is a noop.
488+
/// lazily. If !isDematerializable(), this method is a no-op.
489489
void Dematerialize(GlobalValue *GV);
490490

491491
/// Make sure all GlobalValues in this Module are fully read.

0 commit comments

Comments
 (0)