Typo.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 1 Dec 2009 09:19:09 +0000 (09:19 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 1 Dec 2009 09:19:09 +0000 (09:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90221 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/doc/LLVMC-Reference.rst

index b92ab699b13f401e4ccb255aaa6765d332c32852..102795ea209cc36da2a97080a513f3a22d1a4692 100644 (file)
@@ -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.