From: Nick Lewycky Date: Sat, 15 Oct 2011 19:36:45 +0000 (+0000) Subject: Fix extra whitespace in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56169787dbfb6d0b422ef114889b481e977b8996;p=oota-llvm.git Fix extra whitespace in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h index d71ba208a12..7c9bdd973c7 100644 --- a/include/llvm/Analysis/AliasAnalysis.h +++ b/include/llvm/Analysis/AliasAnalysis.h @@ -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) {