[Lldb-commits] [lldb] r161910 - /lldb/trunk/source/Commands/CommandObjectType.cpp

Sean Callanan scallanan at apple.com
Tue Aug 14 17:26:32 PDT 2012


Author: spyffe
Date: Tue Aug 14 19:26:32 2012
New Revision: 161910

URL: http://llvm.org/viewvc/llvm-project?rev=161910&view=rev
Log:
Fixed a typo.

<rdar://problem/12090979>

Modified:
    lldb/trunk/source/Commands/CommandObjectType.cpp

Modified: lldb/trunk/source/Commands/CommandObjectType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=161910&r1=161909&r2=161910&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectType.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectType.cpp Tue Aug 14 19:26:32 2012
@@ -3823,7 +3823,7 @@
                     "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"





More information about the lldb-commits mailing list