From dfe0691ff48fb966f2accf21959a16d5a728e08d Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 12 Jan 2017 11:21:56 +0000 Subject: [PATCH] Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291761 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/Decompressor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Object/Decompressor.h b/include/llvm/Object/Decompressor.h index ee92ad823dd..a11857d546a 100644 --- a/include/llvm/Object/Decompressor.h +++ b/include/llvm/Object/Decompressor.h @@ -24,7 +24,7 @@ public: /// @param Name Section name. /// @param Data Section content. /// @param IsLE Flag determines if Data is in little endian form. - /// @param Name Flag determines if object is 64 bit. + /// @param Is64Bit Flag determines if object is 64 bit. static Expected create(StringRef Name, StringRef Data, bool IsLE, bool Is64Bit); -- 2.40.0