[lld] r208022 - Fix spelling.
Rui Ueyama
ruiu at google.com
Mon May 5 17:51:52 PDT 2014
Author: ruiu
Date: Mon May 5 19:51:52 2014
New Revision: 208022
URL: http://llvm.org/viewvc/llvm-project?rev=208022&view=rev
Log:
Fix spelling.
Modified:
lld/trunk/include/lld/Core/InputGraph.h
Modified: lld/trunk/include/lld/Core/InputGraph.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Core/InputGraph.h?rev=208022&r1=208021&r2=208022&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/InputGraph.h (original)
+++ lld/trunk/include/lld/Core/InputGraph.h Mon May 5 19:51:52 2014
@@ -71,7 +71,7 @@ public:
bool addInputElement(std::unique_ptr<InputElement>);
/// Normalize the InputGraph. It visits all nodes in the tree to replace a
- /// node with its children if it's shouldExpand() returnst true.
+ /// node with its children if it's shouldExpand() returns true.
void normalize();
range<InputElementIterT> inputElements() {
More information about the llvm-commits
mailing list