]> granicus.if.org Git - llvm/commitdiff
[Docs] Remove a stray period from a code example in the Programmer's Manual.
authorCraig Topper <craig.topper@intel.com>
Wed, 9 Aug 2017 20:55:33 +0000 (20:55 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 9 Aug 2017 20:55:33 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310520 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 501b5c00d6991a93f6641c6cfa972c97b2c500fe..3c78ee14b5a4c3cb437fca2c4fdff35df83821d3 100644 (file)
@@ -1224,7 +1224,7 @@ Define your DebugCounter like this:
 .. code-block:: c++
 
   DEBUG_COUNTER(DeleteAnInstruction, "passname-delete-instruction",
-               "Controls which instructions get delete").
+               "Controls which instructions get delete")
 
 The ``DEBUG_COUNTER`` macro defines a static variable, whose name
 is specified by the first argument.  The name of the counter