From fe294dbbe4bdd756357c996e5278cd5d7ff54b23 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 9 Aug 2017 20:55:33 +0000 Subject: [PATCH] [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 --- docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1