From: Ben Pfaff Date: Mon, 4 Aug 2008 22:30:19 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca477c1000823c486d91807ba36f91bcebfdc504;p=openvswitch Fix typo in comment. --- diff --git a/include/openflow.h b/include/openflow.h index 2c4746c6..238c571b 100644 --- a/include/openflow.h +++ b/include/openflow.h @@ -209,7 +209,7 @@ struct ofp_switch_features { }; OFP_ASSERT(sizeof(struct ofp_switch_features) == 48); -/* What changed about the phsyical port */ +/* What changed about the physical port */ enum ofp_port_reason { OFPPR_ADD, /* The port was added */ OFPPR_DELETE, /* The port was removed */