summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 16:00:26 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 16:00:26 +0000
commita85d24b73d57ebfb657c4e1971e32b8afc44ea54 (patch)
tree4354603c7c74d9c2598ef2fe8b95b5ae378b79e3 /llvm/lib/Analysis
parentb300824ee72224ad0887225b99b7e56997cdc3d3 (diff)
downloadbcm5719-llvm-a85d24b73d57ebfb657c4e1971e32b8afc44ea54.tar.gz
bcm5719-llvm-a85d24b73d57ebfb657c4e1971e32b8afc44ea54.zip
fix trivial typos in comment, NFC
llvm-svn: 306211
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 e920c4c4e6b..cd9972ab56a 100644
--- a/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
+++ b/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
@@ -58,7 +58,7 @@
//
// The struct type node has a name and a list of pairs, one pair for each member
// of the struct. The first element of each pair is a type node (a struct type
-// node or a sclar type node), specifying the type of the member, the second
+// node or a scalar type node), specifying the type of the member, the second
// element of each pair is the offset of the member.
//
// Given an example
OpenPOWER on IntegriCloud