[llvm] r223472 - Fix typos in llvm/IR/Module.h
Chad Rosier
mcrosier at codeaurora.org
Fri Dec 5 08:02:06 PST 2014
Author: mcrosier
Date: Fri Dec 5 10:02:06 2014
New Revision: 223472
URL: http://llvm.org/viewvc/llvm-project?rev=223472&view=rev
Log:
Fix typos in llvm/IR/Module.h
Phabricator revision: http://reviews.llvm.org/D6535
Modified:
llvm/trunk/include/llvm/IR/Module.h
Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=223472&r1=223471&r2=223472&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Fri Dec 5 10:02:06 2014
@@ -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.
More information about the llvm-commits
mailing list