ofproto-dpif: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Aug 2012 16:31:23 +0000 (09:31 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Aug 2012 16:47:08 +0000 (09:47 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index 7737800..a7e85de 100644 (file)
@@ -2583,7 +2583,7 @@ port_get_stats(const struct ofport *ofport_, struct netdev_stats *stats)
 
         /* ofproto->stats.rx_packets represents packets that were received on
          * some port and we processed internally and dropped (e.g. STP).
-         * Account fro them as if they had been forwarded to OFPP_LOCAL. */
+         * Account for them as if they had been forwarded to OFPP_LOCAL. */
 
         if (stats->tx_packets != UINT64_MAX) {
             stats->tx_packets += ofproto->stats.rx_packets;