Missing period in doc
authorEli Bendersky <eliben@google.com>
Mon, 11 Mar 2013 16:51:15 +0000 (16:51 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 11 Mar 2013 16:51:15 +0000 (16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176809 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index c700a20c2568917f4141b4c92e9568a28c36513d..03004f66df4f65f8461d3c85109968439e9f2d76 100644 (file)
@@ -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)``