]> granicus.if.org Git - llvm/commitdiff
Fix -Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Jul 2018 09:07:54 +0000 (09:07 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Jul 2018 09:07:54 +0000 (09:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337367 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIEHash.h

index a47b2669ee4a337dd6962c651ed9a3870d7c8fdf..dae517ab2c29857796b2343e8d06028c30604428 100644 (file)
@@ -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.