diff options
Diffstat (limited to 'include/lldb/Target/QueueList.h')
| -rw-r--r-- | include/lldb/Target/QueueList.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/lldb/Target/QueueList.h b/include/lldb/Target/QueueList.h index 91cf3eb6d4c2..b35de13aa1e5 100644 --- a/include/lldb/Target/QueueList.h +++ b/include/lldb/Target/QueueList.h @@ -21,12 +21,11 @@ namespace lldb_private { //------------------------------------------------------------------ // QueueList: -// This is the container for libdispatch aka Grand Central Dispatch -// Queue objects. +// This is the container for libdispatch aka Grand Central Dispatch Queue +// objects. // -// Each Process will have a QueueList. When the process execution is -// paused, the QueueList may be populated with Queues by the -// SystemRuntime. +// Each Process will have a QueueList. When the process execution is paused, +// the QueueList may be populated with Queues by the SystemRuntime. //------------------------------------------------------------------ class QueueList { |
