aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/AbstractTypeUser.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-15 15:08:33 +0000
committerDan Gohman <gohman@apple.com>2009-09-15 15:08:33 +0000
commit75144f93eb7e4dbf22d308d21581ae255dd520c6 (patch)
treef0acc51ce091ed09881005e47064ca2e3517f4d8 /include/llvm/AbstractTypeUser.h
parent59136251f348a02a26f7a711a0e7fc459a727093 (diff)
Fix apostrophos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/AbstractTypeUser.h')
-rw-r--r--include/llvm/AbstractTypeUser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h
index c1216baabf..86862e790a 100644
--- a/include/llvm/AbstractTypeUser.h
+++ b/include/llvm/AbstractTypeUser.h
@@ -65,7 +65,7 @@ public:
const Type *NewTy) = 0;
/// The other case which AbstractTypeUsers must be aware of is when a type
- /// makes the transition from being abstract (where it has clients on it's
+ /// makes the transition from being abstract (where it has clients on its
/// AbstractTypeUsers list) to concrete (where it does not). This method
/// notifies ATU's when this occurs for a type.
///