From a67e2568a14ea5781103cec11f091150fcbfb394 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. llvm-svn: 310520 --- 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