[llvm] r291761 - Wdocumentation fix

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 03:21:57 PST 2017


Author: rksimon
Date: Thu Jan 12 05:21:56 2017
New Revision: 291761

URL: http://llvm.org/viewvc/llvm-project?rev=291761&view=rev
Log:
Wdocumentation fix

Modified:
    llvm/trunk/include/llvm/Object/Decompressor.h

Modified: llvm/trunk/include/llvm/Object/Decompressor.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/Decompressor.h?rev=291761&r1=291760&r2=291761&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/Decompressor.h (original)
+++ llvm/trunk/include/llvm/Object/Decompressor.h Thu Jan 12 05:21:56 2017
@@ -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<Decompressor> create(StringRef Name, StringRef Data,
                                        bool IsLE, bool Is64Bit);
 




More information about the llvm-commits mailing list