fix typo
[oota-llvm.git] / 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.
 //