[llvm] r188195 - [stack protector] Fixed typo.

Michael Gottesman mgottesman at apple.com
Mon Aug 12 12:44:09 PDT 2013


Author: mgottesman
Date: Mon Aug 12 14:44:09 2013
New Revision: 188195

URL: http://llvm.org/viewvc/llvm-project?rev=188195&view=rev
Log:
[stack protector] Fixed typo.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=188195&r1=188194&r2=188195&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Aug 12 14:44:09 2013
@@ -8663,7 +8663,7 @@ Overview:
 """""""""
 
 The ``llvm.stackprotectorcheck`` intrinsic compares ``guard`` against an already
-created stack protector and if they do not equal calls the
+created stack protector and if they are not equal calls the
 ``__stack_chk_fail()`` function.
 
 Arguments:





More information about the llvm-commits mailing list