summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-10-15 19:36:45 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-10-15 19:36:45 +0000
commit56169787dbfb6d0b422ef114889b481e977b8996 (patch)
treeabd5d687fb3c844dabee1c52941bf44e76c5932a /include
parente688f8896b0ae68bf9581f7900740f9eb0040c72 (diff)
downloadllvm-56169787dbfb6d0b422ef114889b481e977b8996.tar.gz
llvm-56169787dbfb6d0b422ef114889b481e977b8996.tar.bz2
llvm-56169787dbfb6d0b422ef114889b481e977b8996.tar.xz
Fix extra whitespace in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h
index d71ba208a1..7c9bdd973c 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) {