[llvm] 09dcb52 - [LangRef] Apply a missing comment from D86189

Juneyoung Lee via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 22:56:33 PDT 2020


Author: Juneyoung Lee
Date: 2020-08-30T14:56:17+09:00
New Revision: 09dcb52ca83b325f6de76b69bc543122de58cde9

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

LOG: [LangRef] Apply a missing comment from D86189

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 1c8143772108..221c3d294fee 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -9240,7 +9240,7 @@ value of a type like ``i20`` with a size that is not an integral number
 of bytes, the result is undefined if the value was not originally
 written using a store of the same type.
 If the value being loaded is of aggregate type, the bytes that correspond to
-padding may be accessed but is ignored, because it is impossible to observe
+padding may be accessed but are ignored, because it is impossible to observe
 padding from the loaded aggregate value.
 
 Examples:


        


More information about the llvm-commits mailing list