diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 80365addd5e6adf84164951825540fc2a27455fa..624ab61ca9e70c66ca7428a2e0073368daac3e49 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -20117,7 +20117,7 @@ static int sip_uri_cmp(const char *input1, const char *input2)
 	return sip_uri_params_cmp(params1, params2);
 }
 
-/* \note No channel or pvt locks should be held while calling this function. */
+/*! \note No channel or pvt locks should be held while calling this function. */
 static int do_magic_pickup(struct ast_channel *channel, const char *extension, const char *context)
 {
 	struct ast_str *str = ast_str_alloca(AST_MAX_EXTENSION + AST_MAX_CONTEXT + 2);