[AA] Fix typo in comment (s/hase/has).

llvm-svn: 280893
This commit is contained in:
Justin Lebar 2016-09-08 00:48:12 +00:00
parent 34b0ff5ee4
commit 2c2a91e349
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ class AAManager : public AnalysisInfoMixin<AAManager> {
public:
typedef AAResults Result;
// This type hase value semantics. We have to spell these out because MSVC
// This type has value semantics. We have to spell these out because MSVC
// won't synthesize them.
AAManager() {}
AAManager(AAManager &&Arg) : ResultGetters(std::move(Arg.ResultGetters)) {}