diff options
Diffstat (limited to 'llvm/docs/CommandLine.rst')
-rw-r--r-- | llvm/docs/CommandLine.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 34bee934ce9..7c804d42c35 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/docs/CommandLine.rst @@ -1294,7 +1294,7 @@ it cannot be guaranteed that all options will have been initialised. Hence it should be called from ``main``. This function can be used to gain access to options declared in libraries that -the tool writter may not have direct access to. +the tool writer may not have direct access to. The function retrieves a :ref:`StringMap <dss_stringmap>` that maps the option string (e.g. ``-help``) to an ``Option*``. |