Fix typeo in example help text for type filter add.

<rdar://problem/12090979> 

llvm-svn: 167601
This commit is contained in:
Jason Molenda 2012-11-08 23:57:44 +00:00
parent 28826a491c
commit 44de0c3ac9

View File

@ -3821,7 +3821,7 @@ public:
" int i;\n"
"} \n"
"Typing:\n"
"type filter add --child a -- child g Foo\n"
"type filter add --child a --child g Foo\n"
"frame variable a_foo\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"