Skip to content

Commit

Permalink
Fix typo in comment: @{ -> @}
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Parzyszek committed May 19, 2023
1 parent 94a9f6c commit 3e6da8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/IR/InstrTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ class CallBase : public Instruction {
return Attrs.hasAttrSomewhere(Attribute::ByVal);
}

///@{
///@}
// End of attribute API.

/// \name Operand Bundle API
Expand Down

0 comments on commit 3e6da8d

Please sign in to comment.