batman-adv: correct several typ0s in the comments
[deliverable/linux.git] / net / batman-adv / types.h
index 25bd1db353700bd64439602e2523c59ad1448bf5..bd0ced8a9a9e5b9738d3d6d92176d0d81db470db 100644 (file)
@@ -57,7 +57,7 @@ struct hard_iface {
  *     @batman_seqno_reset: time when the batman seqno window was reset
  *     @gw_flags: flags related to gateway class
  *     @flags: for now only VIS_SERVER flag
- *     @last_real_seqno: last and best known squence number
+ *     @last_real_seqno: last and best known sequence number
  *     @last_ttl: ttl of last received packet
  *     @last_bcast_seqno: last broadcast sequence number received by this host
  *
@@ -156,7 +156,7 @@ struct bat_priv {
        atomic_t bcast_seqno;
        atomic_t bcast_queue_left;
        atomic_t batman_queue_left;
-       atomic_t ttvn; /* tranlation table version number */
+       atomic_t ttvn; /* translation table version number */
        atomic_t tt_ogm_append_cnt;
        atomic_t tt_local_changes; /* changes registered in a OGM interval */
        /* The tt_poss_change flag is used to detect an ongoing roaming phase.
This page took 0.027716 seconds and 5 git commands to generate.