diff options
author | Eli Bendersky <eliben@google.com> | 2013-03-11 16:51:15 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-03-11 16:51:15 +0000 |
commit | 48f8015121b0136ec6e1b4d0c3fe553537cf25c8 (patch) | |
tree | 4ba7099344e64b7c6f3c08ace53c7eeede872547 /docs | |
parent | 0087f3c6fb470fd49b816f6b47a913abbc53812e (diff) |
Missing period in doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index c700a20c25..03004f66df 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2224,7 +2224,7 @@ The following is the syntax for constant expressions: won't fit in the floating point type, the results are undefined. ``ptrtoint (CST to TYPE)`` Convert a pointer typed constant to the corresponding integer - constant ``TYPE`` must be an integer type. ``CST`` must be of + constant. ``TYPE`` must be an integer type. ``CST`` must be of pointer type. The ``CST`` value is zero extended, truncated, or unchanged to make it fit in ``TYPE``. ``inttoptr (CST to TYPE)`` |