dpif: Fix minor typo in comment.
authorJustin Pettit <jpettit@nicira.com>
Tue, 25 Sep 2012 23:42:45 +0000 (16:42 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000 (22:54 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif.h

index 45c78a5..d6d1694 100644 (file)
@@ -60,7 +60,7 @@ const char *dpif_base_name(const struct dpif *);
 
 int dpif_delete(struct dpif *);
 
-/* Statisticss for a dpif as a whole. */
+/* Statistics for a dpif as a whole. */
 struct dpif_dp_stats {
     uint64_t n_hit;             /* Number of flow table matches. */
     uint64_t n_missed;          /* Number of flow table misses. */