]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/sctp/auth.c
Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / net / sctp / auth.c
index 52db5f60daa03ef6f23f9c647129b7dda39e97a8..20c576f530fa93ab03cfd93d50d561eac8bd831b 100644 (file)
@@ -141,8 +141,8 @@ void sctp_auth_destroy_keys(struct list_head *keys)
 /* Compare two byte vectors as numbers.  Return values
  * are:
  *       0 - vectors are equal
- *     < 0 - vector 1 is smaller then vector2
- *     > 0 - vector 1 is greater then vector2
+ *     < 0 - vector 1 is smaller than vector2
+ *     > 0 - vector 1 is greater than vector2
  *
  * Algorithm is:
  *     This is performed by selecting the numerically smaller key vector...