[llvm] r230361 - Fix typo: qual -> equal

Arch D. Robison arch.robison at intel.com
Tue Feb 24 12:11:49 PST 2015


Author: adrobiso
Date: Tue Feb 24 14:11:49 2015
New Revision: 230361

URL: http://llvm.org/viewvc/llvm-project?rev=230361&view=rev
Log:
Fix typo: qual -> equal

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=230361&r1=230360&r2=230361&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Feb 24 14:11:49 2015
@@ -2981,7 +2981,7 @@ collection of memory access instructions
 Each type of metadata specifies a list of scopes where each scope has an id and
 a domain. When evaluating an aliasing query, if for some some domain, the set
 of scopes with that domain in one instruction's ``alias.scope`` list is a
-subset of (or qual to) the set of scopes for that domain in another
+subset of (or equal to) the set of scopes for that domain in another
 instruction's ``noalias`` list, then the two memory accesses are assumed not to
 alias.
 





More information about the llvm-commits mailing list