[clang] 3735505 - Fix a few doc typos to cycle bots.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sat May 16 17:38:40 PDT 2020


Author: Nico Weber
Date: 2020-05-16T20:38:28-04:00
New Revision: 3735505e4ffd0117de93d344fc0549151a205d11

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

LOG: Fix a few doc typos to cycle bots.

Added: 
    

Modified: 
    clang/docs/ConstantInterpreter.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ConstantInterpreter.rst b/clang/docs/ConstantInterpreter.rst
index 67a17c75607e..c976f35a67c5 100644
--- a/clang/docs/ConstantInterpreter.rst
+++ b/clang/docs/ConstantInterpreter.rst
@@ -245,7 +245,7 @@ have their own type:
 
 Void pointers, which can be built by casting any of the aforementioned
 pointers, are implemented as a union of all pointer types. The ``BitCast``
-opcode is reponsible for performing all legal conversions between these
+opcode is responsible for performing all legal conversions between these
 types and primitive integers.
 
 BlockPointer
@@ -339,7 +339,7 @@ base offset, along with a descriptor specifying the type the pointer is
 supposed to refer to. Array indexing adjusts the array offset, while the
 field offset is adjusted when a pointer to a member is created. Casting
 an integer to a pointer sets the value of the base offset. As a special
-case, null pointers are target pointers with all offets set to 0.
+case, null pointers are target pointers with all offsets set to 0.
 
 TypeInfoPointer
 ~~~~~~~~~~~~~~~


        


More information about the cfe-commits mailing list