summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTim Northover <t.p.northover@gmail.com>2019-11-19 20:46:20 +0000
committerTim Northover <t.p.northover@gmail.com>2019-11-19 20:47:21 +0000
commit75b5db3094399302a1f60f5e09cf3d6ed8d161fb (patch)
treedfc9fe5bfd7ca0e55fe7eaa6b3bc1996359d0920 /llvm
parent586f65d31f32ca6bc8cfdb8a4f61bee5057bf6c8 (diff)
downloadbcm5719-llvm-75b5db3094399302a1f60f5e09cf3d6ed8d161fb.tar.gz
bcm5719-llvm-75b5db3094399302a1f60f5e09cf3d6ed8d161fb.zip
[docs] Remove dangling parenthesis from documentation
Patch by leiteg.
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/CommandLine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst
index 7c804d42c35..a7db630d17d 100644
--- a/llvm/docs/CommandLine.rst
+++ b/llvm/docs/CommandLine.rst
@@ -1277,7 +1277,7 @@ Top-Level Classes and Functions
-------------------------------
Despite all of the built-in flexibility, the CommandLine option library really
-only consists of one function `cl::ParseCommandLineOptions`_) and three main
+only consists of one function `cl::ParseCommandLineOptions`_ and three main
classes: `cl::opt`_, `cl::list`_, and `cl::alias`_. This section describes
these three classes in detail.
OpenPOWER on IntegriCloud