Skip to content

Commit

Permalink
Test commit, clean up comment
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160873 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Andrew Kaylor committed Jul 27, 2012
1 parent 46c0dc7 commit 2e31987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DyldELFObject : public ELFObjectFile<target_endianness, is64Bits> {

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)));
Expand Down

0 comments on commit 2e31987

Please sign in to comment.