Fix common misspellings
[linux-2.6-block.git] / net / core / skbuff.c
index 801dd08908f91bfb29e645a102188ea9b33fd3d3..7ebeed0a877cf4bb244d488346e745d45da93959 100644 (file)
@@ -2267,7 +2267,7 @@ EXPORT_SYMBOL(skb_prepare_seq_read);
  * of bytes already consumed and the next call to
  * skb_seq_read() will return the remaining part of the block.
  *
- * Note 1: The size of each block of data returned can be arbitary,
+ * Note 1: The size of each block of data returned can be arbitrary,
  *       this limitation is the cost for zerocopy seqeuental
  *       reads of potentially non linear data.
  *