[svn-commits] mmichelson: branch group/v6-new r274537 - /team/group/v6-new/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 7 10:30:06 CDT 2010


Author: mmichelson
Date: Wed Jul  7 10:30:03 2010
New Revision: 274537

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274537
Log:
Fix a typo in netsock2.h


Modified:
    team/group/v6-new/include/asterisk/netsock2.h

Modified: team/group/v6-new/include/asterisk/netsock2.h
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/include/asterisk/netsock2.h?view=diff&rev=274537&r1=274536&r2=274537
==============================================================================
--- team/group/v6-new/include/asterisk/netsock2.h (original)
+++ team/group/v6-new/include/asterisk/netsock2.h Wed Jul  7 10:30:03 2010
@@ -47,7 +47,7 @@
  * of any family. The second member contains the length (in bytes) used in the
  * first member.
  *
- * Some BSDs have then length embedded in sockaddr structs. We ignore them.
+ * Some BSDs have the length embedded in sockaddr structs. We ignore them.
  * (This is the right thing to do.)
  */
 struct ast_sockaddr {




More information about the svn-commits mailing list