Grammar.
authorEric Christopher <echristo@gmail.com>
Tue, 23 Oct 2012 17:19:15 +0000 (17:19 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 23 Oct 2012 17:19:15 +0000 (17:19 +0000)
llvm-svn: 166485

llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

index 08aba64e460ab96a6945c1cc541489138e74809d..82b2c46d5cec240b34a61d508c9739de57cc4b1b 100644 (file)
@@ -446,7 +446,7 @@ void RuntimeDyldELF::processRelocationRef(const ObjRelocationInfo &Rel,
     SectionEntry &Section = Sections[Rel.SectionID];
     uint8_t *Target = Section.Address + Rel.Offset;
 
-    //  Look up for existing stub.
+    // Look for an existing stub.
     StubMap::const_iterator i = Stubs.find(Value);
     if (i != Stubs.end()) {
       resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address +