summaryrefslogtreecommitdiff
path: root/include/lldb/Target/TargetList.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-07-01 21:22:11 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-07-01 21:22:11 +0000
commit92ce94a62ed87b88561d10af2a024d9d1b4491dc (patch)
treebd9ee330e4ff987201e232d52becd4ba833d569d /include/lldb/Target/TargetList.h
parent20425ccaa6343774abbf45aec733204909e95a99 (diff)
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@212132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/Target/TargetList.h')
-rw-r--r--include/lldb/Target/TargetList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/TargetList.h b/include/lldb/Target/TargetList.h
index 41404e11c..6abf13e87 100644
--- a/include/lldb/Target/TargetList.h
+++ b/include/lldb/Target/TargetList.h
@@ -121,7 +121,7 @@ public:
//------------------------------------------------------------------
/// Delete a Target object from the list.
///
- /// When clients are done with the Target objets, this function
+ /// When clients are done with the Target objects, this function
/// should be called to release the memory associated with a target
/// object.
///