From 2d7627198f3e923a456ee8dcb0f53abd9991cf9c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 3 Jun 2015 16:50:41 +0000 Subject: [PATCH] Fix typo. llvm-svn: 238937 --- lld/COFF/Symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/COFF/Symbols.h b/lld/COFF/Symbols.h index f866718..141a3f8 100644 --- a/lld/COFF/Symbols.h +++ b/lld/COFF/Symbols.h @@ -106,7 +106,7 @@ public: virtual uint64_t getFileOff() = 0; // Called by the garbage collector. All Defined subclasses should - // know how to call markLive to dependent symbols. + // know how to call depending symbols' markLive functions. virtual void markLive() {} int compare(SymbolBody *Other) override; -- 2.7.4