rtos: Fix error in reading the current thread in ChibiOS/RT
[fw/openocd] / src / flash / nand / core.h
index 04510845c4b546fd736bd716c7aa490e4c60aeee..2f5a2f8bf1baef03a33725fa3791e736684b3daf 100644 (file)
@@ -218,7 +218,7 @@ int nand_calculate_ecc_kw(struct nand_device *nand,
 
 int nand_register_commands(struct command_context *cmd_ctx);
 
-/* / helper for parsing a nand device command argument string */
+/** helper for parsing a nand device command argument string */
 COMMAND_HELPER(nand_command_get_device, unsigned name_index,
        struct nand_device **nand);