diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIEHash.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h index a47b2669ee4..dae517ab2c2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h @@ -43,7 +43,7 @@ public: // Helper routines to process parts of a DIE. private: - /// Adds the parent context of \param Die to the hash. + /// Adds the parent context of \param Parent to the hash. void addParentContext(const DIE &Parent); /// Adds the attributes of \param Die to the hash. |