From: Mikhail Glushenkov Date: Tue, 1 Dec 2009 09:19:09 +0000 (+0000) Subject: Typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4227c0ffc57cfb61a59b92fe6b58ba4a85c1cc5a;p=oota-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90221 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index b92ab699b13..102795ea209 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -448,7 +448,7 @@ use TableGen inheritance instead. - ``element_in_list`` - Returns true if a command-line parameter list contains a given value. - Example: ``(parameter_in_list "l", "pthread")``. + Example: ``(element_in_list "l", "pthread")``. - ``input_languages_contain`` - Returns true if a given language belongs to the current input language set.