Merge branch 'fix/hda' into topic/hda
[linux-2.6-block.git] / drivers / net / slip.h
index 853e0f6ec710f021df133da8199ba852733d2272..9ea5c11287d26594f8daee415b7b65239a9ed33e 100644 (file)
@@ -75,7 +75,7 @@ struct slip {
   unsigned long         tx_errors;      /* Planned stuff                */
   unsigned long         rx_dropped;     /* No memory for skb            */
   unsigned long         tx_dropped;     /* When MTU change              */
-  unsigned long         rx_over_errors; /* Frame bigger then SLIP buf.  */
+  unsigned long         rx_over_errors; /* Frame bigger than SLIP buf.  */
 #ifdef SL_INCLUDE_CSLIP
   unsigned long                tx_compressed;
   unsigned long                rx_compressed;