Skip to content

Commit 0f3413c

Browse files
authored
Fix typo in title name (#3058)
1 parent e2ffc80 commit 0f3413c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/ios/MASTG-TOOL-0122.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
title: c++file
2+
title: c++filt
33
platform: ios
4+
host:
5+
- macos
6+
- windows
7+
- linux
48
---
59

610
[c++filt](https://www.gnu.org/software/binutils/ "GNU Binutils") is a demangling tool that converts mangled C++ symbols into human readable strings by calling `c++filt <symbol>`. See [the man page](https://ftp.gnu.org/old-gnu/Manuals/binutils-2.12/html_node/binutils_11.html "c++filt") for more information on its usage.

0 commit comments

Comments
 (0)