diff options
author | Sean Callanan <scallanan@apple.com> | 2012-08-15 00:26:32 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2012-08-15 00:26:32 +0000 |
commit | be3c5dab76099a47102c7f8b1073d33b8fe603e5 (patch) | |
tree | f57e79bbaa1c114ca413d65ebbc45ca9215b2482 | |
parent | b7ed89eb940da9bdfbbb3b1ee3c77a8ec2328aa8 (diff) | |
download | bcm5719-llvm-be3c5dab76099a47102c7f8b1073d33b8fe603e5.tar.gz bcm5719-llvm-be3c5dab76099a47102c7f8b1073d33b8fe603e5.zip |
Fixed a typo.
<rdar://problem/12090979>
llvm-svn: 161910
-rw-r--r-- | lldb/source/Commands/CommandObjectType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp index 7ff268a80e8..b2909328d4b 100644 --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -3823,7 +3823,7 @@ public: "Typing:\n" "type filter add --child a -- child g Foo\n" "frame variable a_foo\n" - "will produce an output where only a and b are displayed\n" + "will produce an output where only a and g are displayed\n" "Other children of a_foo (b,c,d,e,f,h and i) are available by asking for them, as in:\n" "frame variable a_foo.b a_foo.c ... a_foo.i\n" "\n" |