Test commit, clean up comment
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 27 Jul 2012 17:52:42 +0000 (17:52 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 27 Jul 2012 17:52:42 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160873 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

index 39aed344558dd4f8a7fa0a53b05028e2a47991c7..5261bda193ff728fa0b32ea87f2ce9c8ddf298f5 100644 (file)
@@ -55,7 +55,7 @@ public:
 
   const MemoryBuffer& getBuffer() const { return *InputData; }
 
-  // Methods for type inquiry through isa, cast, and dyn_cast
+  // Methods for type inquiry through isa, cast and dyn_cast
   static inline bool classof(const Binary *v) {
     return (isa<ELFObjectFile<target_endianness, is64Bits> >(v)
             && classof(cast<ELFObjectFile<target_endianness, is64Bits> >(v)));