summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-10-11 15:56:26 -0700
committerJustin Pettit <jpettit@ovn.org>2017-12-21 14:08:02 -0800
commitbfc691bb2432b9d20bc51ba1f18bdfbffabe440f (patch)
treecaba28a6796d9b941ccb8862c0addec0d7973513 /ofproto/ofproto-dpif-upcall.h
parentedc0e86d31d6dcb30d04eeb7c098cac389fea45b (diff)
downloadopenvswitch-bfc691bb2432b9d20bc51ba1f18bdfbffabe440f.tar.gz
ofproto-dpif: Fix a couple minor issues in comments.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-upcall.h')
-rw-r--r--ofproto/ofproto-dpif-upcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-upcall.h b/ofproto/ofproto-dpif-upcall.h
index efa3cd190..cef1d3419 100644
--- a/ofproto/ofproto-dpif-upcall.h
+++ b/ofproto/ofproto-dpif-upcall.h
@@ -24,7 +24,7 @@ struct ofpbuf;
struct seq;
struct simap;
-/* Udif is responsible for retrieving upcalls from the kernel and processing
+/* Udpif is responsible for retrieving upcalls from the kernel and processing
* them. Additionally, it's responsible for maintaining the datapath flow
* table. */