diff options
author | 2021-12-05 16:46:47 +1300 | |
---|---|---|
committer | 2021-12-04 22:46:47 -0500 | |
commit | 318a686962c1af395b216d368c62e83058fc65fd (patch) | |
tree | 0957735d2ca9afe8aa0ce487c56a05681226d5ac | |
parent | 48c2620e3e1874d36cdcd8c3fc9a6047c36617aa (diff) |
chdman.cpp: correct copy-paste comment (nw) (#8936)
-rw-r--r-- | src/tools/chdman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp index 4301c9cc55b..b2922720969 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -2955,7 +2955,7 @@ static void do_dump_metadata(parameters_map ¶ms) //------------------------------------------------- -// do_dump_metadata - dump metadata from a CHD +// do_list_templates - list hard drive templates //------------------------------------------------- static void do_list_templates(parameters_map ¶ms) |