diff mbox series

[15/41] libmultipath: checkers.h: fix __CHECKER_FIRST_MSG in comment

Message ID 20240808152620.93965-16-mwilck@suse.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show
Series multipath-tools: comply with C library reserved names | expand

Commit Message

Martin Wilck Aug. 8, 2024, 3:25 p.m. UTC
Signed-off-by: Martin Wilck <mwilck@suse.com>
---
 libmultipath/checkers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libmultipath/checkers.h b/libmultipath/checkers.h
index 51ceea0..102351f 100644
--- a/libmultipath/checkers.h
+++ b/libmultipath/checkers.h
@@ -194,7 +194,7 @@  void *libcheck_thread(struct checker_context *ctx);
  * message IDs.
  * Message IDs available to checkers start at CHECKER_FIRST_MSG.
  * The msgtable array is 0-based, i.e. msgtable[0] is the message
- * for msgid == __CHECKER_FIRST_MSG.
+ * for msgid == CHECKER_FIRST_MSG.
  * The table ends with a NULL element.
  */
 extern const char *libcheck_msgtable[];