From 3b68500bded66d46c58ccbe203dc2b08db370dd0 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 25 Sep 2012 16:42:45 -0700 Subject: [PATCH] dpif: Fix minor typo in comment. Signed-off-by: Justin Pettit --- lib/dpif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif.h b/lib/dpif.h index 45c78a550..d6d169480 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. */ -- 2.43.0