Signed-off-by: Justin Pettit <[email protected]>
---
lib/dpif.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/dpif.h b/lib/dpif.h
index 45c78a5..d6d1694 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -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. */
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev