From: Craig Topper Date: Wed, 9 Aug 2017 20:55:33 +0000 (+0000) Subject: [Docs] Remove a stray period from a code example in the Programmer's Manual. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe294dbbe4bdd756357c996e5278cd5d7ff54b23;p=llvm [Docs] Remove a stray period from a code example in the Programmer's Manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310520 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 501b5c00d69..3c78ee14b5a 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -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