Fix extra whitespace in comment.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 15 Oct 2011 19:36:45 +0000 (19:36 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 15 Oct 2011 19:36:45 +0000 (19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142079 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/AliasAnalysis.h

index d71ba208a1293ea405300376d6d44c53ed08e78e..7c9bdd973c70f81eb370b820cd830cc847609fc0 100644 (file)
@@ -327,7 +327,7 @@ public:
   }
 
   /// doesAccessArgPointees - Return true if functions with the specified
-  /// behavior are known to potentially read or write  from objects pointed
+  /// behavior are known to potentially read or write from objects pointed
   /// to be their pointer-typed arguments (with arbitrary offsets).
   ///
   static bool doesAccessArgPointees(ModRefBehavior MRB) {