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

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 17:48:12 PDT 2016


Author: jlebar
Date: Wed Sep  7 19:48:12 2016
New Revision: 280893

URL: http://llvm.org/viewvc/llvm-project?rev=280893&view=rev
Log:
[AA] Fix typo in comment (s/hase/has).

Modified:
    llvm/trunk/include/llvm/Analysis/AliasAnalysis.h

Modified: llvm/trunk/include/llvm/Analysis/AliasAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/AliasAnalysis.h?rev=280893&r1=280892&r2=280893&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/AliasAnalysis.h (original)
+++ llvm/trunk/include/llvm/Analysis/AliasAnalysis.h Wed Sep  7 19:48:12 2016
@@ -854,7 +854,7 @@ class AAManager : public AnalysisInfoMix
 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)) {}




More information about the llvm-commits mailing list