From d12fa0b8816ac5bbd7757f5560e153915c13bca2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 12 Jul 2015 11:54:48 -0700 Subject: [PATCH] nicira-ext: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- include/openflow/nicira-ext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 9154800a4..16a4a7a34 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -921,7 +921,7 @@ struct nx_flow_monitor_cancel { }; OFP_ASSERT(sizeof(struct nx_flow_monitor_cancel) == 4); -/* Geneve option table maintainance commands. +/* Geneve option table maintenance commands. * * In order to work with Geneve options, we need to maintain a mapping * table between an option (defined by ) and -- 2.20.1