From b2c75e1897078ab14514a579336e90d432d6ebaa Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Mon, 29 Mar 2010 16:15:25 +0000 Subject: [PATCH] update comment to mention the right file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17130 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_types.h b/src/include/switch_types.h index 397175c0db..0d47984a5f 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -288,7 +288,7 @@ typedef enum { SSM_COUNTED } switch_say_method_t; -/* WARNING, Do not forget to update *SAY_TYPE_NAMES[] in src/switch_ivr_play_say.c */ +/* WARNING, Do not forget to update *SAY_TYPE_NAMES[] in src/switch_ivr_say.c */ typedef enum { SST_NUMBER, SST_ITEMS,