Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 6d2157d

Browse files
author
Justin Lebar
committed
[AA] Fix typo in comment (s/hase/has).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280893 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0b559dd commit 6d2157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Analysis/AliasAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ class AAManager : public AnalysisInfoMixin<AAManager> {
854854
public:
855855
typedef AAResults Result;
856856

857-
// This type hase value semantics. We have to spell these out because MSVC
857+
// This type has value semantics. We have to spell these out because MSVC
858858
// won't synthesize them.
859859
AAManager() {}
860860
AAManager(AAManager &&Arg) : ResultGetters(std::move(Arg.ResultGetters)) {}

0 commit comments

Comments
 (0)