From f20279afbdcd101c4fb808ab73e176f9783b14d6 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 30 Nov 2009 23:20:57 -0800 Subject: [PATCH] dpif: Minor provider comment cleanups. --- lib/dpif-provider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h index bd159b2a9..020e017cd 100644 --- a/lib/dpif-provider.h +++ b/lib/dpif-provider.h @@ -42,7 +42,7 @@ static inline void dpif_assert_class(const struct dpif *dpif, } /* Datapath interface class structure, to be defined by each implementation of - * a datapath interface + * a datapath interface. * * These functions return 0 if successful or a positive errno value on failure, * except where otherwise noted. @@ -52,7 +52,7 @@ static inline void dpif_assert_class(const struct dpif *dpif, * EWOULDBLOCK or EINPROGRESS. We may relax this requirement in the future if * and when we encounter performance problems. */ struct dpif_class { - /* Prefix for names of dpifs in this class, e.g. "udatapath:". + /* Prefix for names of dpifs in this class, e.g. "netdev:". * * One dpif class may have the empty string "" as its prefix, in which case * that dpif class is associated with dpif names that don't match any other -- 2.43.0