aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2002-02-01 22:03:45 +0000
committerdavem <davem>2002-02-01 22:03:45 +0000
commitb902bcf5cccfc4a87f32f4c99a4a9e4563e204d6 (patch)
tree1368258bd99680afbc2923152428c16aac8aba39
parent3f9e36af4c1157eea3eb1be9950a9fd075298d43 (diff)
downloadnetdev-vger-cvs-b902bcf5cccfc4a87f32f4c99a4a9e4563e204d6.tar.gz
Cure typos.
-rw-r--r--include/net/sock.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index b0f7b2bc5..c704b24f7 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -187,9 +187,11 @@ struct sock {
* overlap will eventually live.
*/
void *protinfo;
- /* slabcache this instance wass allocated from, its sk_cachep for most
+
+ /* The slabcache this instance was allocated from, it is sk_cachep for most
* protocols, but a private slab for protocols such as IPv4, IPv6, SPX
- * and Unix */
+ * and Unix.
+ */
kmem_cache_t *slab;
/* This part is used for the timeout functions. */