Skip to content

Commit a27f9f4

Browse files
committed
[NFC][lldb] Fix outdated comment
1 parent 5f6caec commit a27f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Target/Target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ class Target : public std::enable_shared_from_this<Target>,
15191519
typedef std::shared_ptr<StopHook> StopHookSP;
15201520

15211521
/// Add an empty stop hook to the Target's stop hook list, and returns a
1522-
/// shared pointer to it in new_hook.
1522+
/// shared pointer to the new hook.
15231523
StopHookSP CreateStopHook(StopHook::StopHookKind kind, bool internal = false);
15241524

15251525
/// If you tried to create a stop hook, and that failed, call this to

0 commit comments

Comments
 (0)