diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index b9d3589882278..3e98b99905f16 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -7436,9 +7436,9 @@ functions was called. '``annotation``' Metadata ^^^^^^^^^^^^^^^^^^^^^^^^^ -The ``annotation`` metadata can be used to attach a tuple of annotation strings -or a tuple of a tuple of annotation strings to any instruction. This metadata does -not impact the semantics of the program and may only be used to provide additional +The ``annotation`` metadata can be used to attach a tuple of annotation strings +or a tuple of a tuple of annotation strings to any instruction. This metadata does +not impact the semantics of the program and may only be used to provide additional insight about the program and transformations to users. Example: @@ -9623,7 +9623,7 @@ Overview: """"""""" The '``frem``' instruction returns the remainder from the division of -its two operands. +its two operands. .. note::