[llvm] r257613 - fix typo

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 08:34:10 PST 2016


Author: spatel
Date: Wed Jan 13 10:34:10 2016
New Revision: 257613

URL: http://llvm.org/viewvc/llvm-project?rev=257613&view=rev
Log:
fix typo

Modified:
    llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp

Modified: llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp?rev=257613&r1=257612&r2=257613&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/TypeBasedAliasAnalysis.cpp Wed Jan 13 10:34:10 2016
@@ -70,7 +70,7 @@
 //   A a;
 // } B;
 //
-// For an acess to B.a.s, we attach !5 (a path tag node) to the load/store
+// For an access to B.a.s, we attach !5 (a path tag node) to the load/store
 // instruction. The base type is !4 (struct B), the access type is !2 (scalar
 // type short) and the offset is 4.
 //




More information about the llvm-commits mailing list