summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-13 16:34:10 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-13 16:34:10 +0000
commitc775fa43d0f19c4d73e46b99249b45b37e538243 (patch)
tree53e36dd84daa5ba05daf5dec5aab5898aba4e734 /llvm/lib/Analysis
parent4a9e173e08bff6887ae793ef52e8313611ef0abb (diff)
downloadbcm5719-llvm-c775fa43d0f19c4d73e46b99249b45b37e538243.tar.gz
bcm5719-llvm-c775fa43d0f19c4d73e46b99249b45b37e538243.zip
fix typo
llvm-svn: 257613
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp b/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
index 805f3efb081..9f923913ca2 100644
--- a/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
+++ b/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
@@ -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.
//
OpenPOWER on IntegriCloud