From 2ec071bae60f42773735a1bddccdd86e07f8a25d Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 11 Feb 2010 21:40:35 +0000 Subject: [PATCH] Minor comment changes. git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@1488 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- libpri.h | 4 ++-- pri.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libpri.h b/libpri.h index f9986c5..afbb029 100644 --- a/libpri.h +++ b/libpri.h @@ -194,8 +194,8 @@ #define PRI_REVERSECHARGE_NONE -1 #define PRI_REVERSECHARGE_REQUESTED 1 -/* Causes for disconnection */ -#define PRI_CAUSE_UNALLOCATED 1 +/* Causes for disconnection (See Q.850) */ +#define PRI_CAUSE_UNALLOCATED 1 /*!< Called number unassigned. */ #define PRI_CAUSE_NO_ROUTE_TRANSIT_NET 2 /* !Q.SIG */ #define PRI_CAUSE_NO_ROUTE_DESTINATION 3 #define PRI_CAUSE_CHANNEL_UNACCEPTABLE 6 diff --git a/pri.c b/pri.c index 97aa72b..a48841f 100644 --- a/pri.c +++ b/pri.c @@ -54,7 +54,7 @@ struct pri_timer_table { /*! * \note Sort the timer table entries in the order of the timer name so - * pri_dump_info_str() can display them in a consitent order. + * pri_dump_info_str() can display them in a consistent order. */ static const struct pri_timer_table pri_timer[] = { /* *INDENT-OFF* */