Skip to content

Commit

Permalink
Fix Wdocumentation warning. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Mar 21, 2020
1 parent b6d9bfd commit ff3aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
Expand Up @@ -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
Expand Down

0 comments on commit ff3aae6

Please sign in to comment.