[llvm] ff3aae6 - Fix Wdocumentation warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 21 04:22:24 PDT 2020


Author: Simon Pilgrim
Date: 2020-03-21T11:21:57Z
New Revision: ff3aae69084862bb41aa76c555f5390d535e95e2

URL: https://github.com/llvm/llvm-project/commit/ff3aae69084862bb41aa76c555f5390d535e95e2
DIFF: https://github.com/llvm/llvm-project/commit/ff3aae69084862bb41aa76c555f5390d535e95e2.diff

LOG: Fix Wdocumentation warning. NFCI.

Added: 
    

Modified: 
    llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h b/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
index b3504b89e4d3..a0dd1dc8ac3e 100644
--- a/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
+++ b/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
@@ -137,7 +137,7 @@ namespace fixups {
 /// of the fact that all instructions are aligned to addresses of size
 /// 2, so bit 0 of an address is always 0. This gives us another bit
 /// of precision.
-/// \param[in,out] The target to adjust.
+/// \param [in,out] val The target to adjust.
 template <typename T> inline void adjustBranchTarget(T &val) { val >>= 1; }
 
 } // end of namespace fixups


        


More information about the llvm-commits mailing list