aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ConstantInterpreter.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/ConstantInterpreter.rst')
-rw-r--r--clang/docs/ConstantInterpreter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ConstantInterpreter.rst b/clang/docs/ConstantInterpreter.rst
index a71ee4b..3b1bd4b 100644
--- a/clang/docs/ConstantInterpreter.rst
+++ b/clang/docs/ConstantInterpreter.rst
@@ -140,7 +140,7 @@ pointer goes out of scope, dead blocks are also deallocated.
The lifetime of blocks is managed through 3 methods stored in the
descriptor of the block:
-* **CtorFn**: initializes the metadata which is store in the block,
+* **CtorFn**: initializes the metadata which is stored in the block,
alongside actual data. Invokes the default constructors of objects
which are not trivial (``Pointer``, ``RealFP``, etc.)