commit 05677408d904ffcb77ec39572a0c2664a0e8b467
parent bf1aa947c4106c85bf178b0e73b6d25a0b41a394
Author: sin <sin@2f30.org>
Date: Fri, 1 Apr 2016 10:57:28 +0100
grammar fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stun.c b/stun.c
@@ -34,7 +34,7 @@
* [TAG] [IV] [PAYLOAD LENGTH] [PAYLOAD]
*
* The tag is used for authentication and it is 16 octets.
- * The iv is generated randomly for each packet and it is 12 octets.
+ * The iv is randomly generated for each packet and it is 12 octets.
* The payload length is 2 octets.
*/