target: target_get_name() --> target_type_name()
[fw/openocd] / src / target / target_type.h
index 9a0709d859e33837d6dbb6cef508a547281596f7..333b58b41f49201d6b2204728c05e405f4be5b2c 100644 (file)
@@ -39,7 +39,7 @@ struct target_type
 {
        /**
         * Name of this type of target.  Do @b not access this
-        * field directly, use target_get_name() instead.
+        * field directly, use target_type_name() instead.
         */
        char *name;