fix typo
authorSanjay Patel <spatel@rotateright.com>
Wed, 13 Jan 2016 16:34:10 +0000 (16:34 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 13 Jan 2016 16:34:10 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257613 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/TypeBasedAliasAnalysis.cpp

index 805f3efb0814a7003f3fc2684ef4d1516c4c67d0..9f923913ca27e9369509be96e00b336e3feec585 100644 (file)
@@ -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.
 //