diff --git a/apps/app_dial.c b/apps/app_dial.c
index ea7ddd187733bc6091011cde8292bce948398f97..855945b244fde4288fe7c483ed9612151be5b7d4 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -2863,7 +2863,7 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast
 			chans[0] = chan;
 			chans[1] = peer;
 
-			/* we need to stream the announcement while monitoring the caller for a hangup */
+			/* we need to stream the announcement to the called party when the OPT_ARG_ANNOUNCE (-A) is setted */
 
 			/* stream the file */
 			res = ast_streamfile(peer, opt_args[OPT_ARG_ANNOUNCE], ast_channel_language(peer));