]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tue May 20 13:33:05 EDT 2008 Pekka.Pessi@nokia.com
authorMichael Jerris <mike@jerris.com>
Sun, 25 May 2008 15:13:28 +0000 (15:13 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 25 May 2008 15:13:28 +0000 (15:13 +0000)
  * su_md5.c: fixed typo in comment

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8626 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/su/su_md5.c

index 259eb31a9302f6d0f61a91829a543ade9e100167..798a739282139444f586d9a9d4e76ba6cb05a1e9 100644 (file)
@@ -332,7 +332,7 @@ su_md5_digest(su_md5_t const *context, uint8_t digest[16])
   p = ctx->in + count;
   *p++ = 0x80;
   
-  /* Bytes of padding needde to make 64 bytes */
+  /* Bytes of padding needed to make 64 bytes */
   count = 64 - 1 - count;
   
   /* Pad out to 56 mod 64 */