From: Ben Pfaff Date: Wed, 12 Jan 2011 21:50:18 +0000 (-0800) Subject: nicira-ext: Fix typo in comment. X-Git-Tag: v1.1.0~502 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6eb59a8f0aca761d4798d8197709b45801968065;p=sliver-openvswitch.git nicira-ext: Fix typo in comment. Reported-by: Justin Pettit --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 330ae972f..14c06f08b 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks + * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ * * This extension attempts to address the problem by adding a generic "error * vendor extension". The extension works as follows: use NXET_VENDOR as type - * and NXVC_VENDOR_CODE as code, followed by struct nx_vendor_error with + * and NXVC_VENDOR_ERROR as code, followed by struct nx_vendor_error with * vendor-specific details, followed by at least 64 bytes of the failed * request. *