diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 54e233aa861c331e83f5341473e32e4767ebc5cd..458605b09153d21f76f98e44066f7cef97d8bec5 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -729,7 +729,7 @@ static int global_max_se;                     /*!< Highest threshold for session
  * should be used to modify these values. */
 static int suserobjs = 0;                /*!< Static users */
 static int ruserobjs = 0;                /*!< Realtime users */
-static int speerobjs = 0;                /*!< Statis peers */
+static int speerobjs = 0;                /*!< Static peers */
 static int rpeerobjs = 0;                /*!< Realtime peers */
 static int apeerobjs = 0;                /*!< Autocreated peer objects */
 static int regobjs = 0;                  /*!< Registry objects */