From ca477c1000823c486d91807ba36f91bcebfdc504 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Aug 2008 15:30:19 -0700 Subject: [PATCH] Fix typo in comment. --- include/openflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow.h b/include/openflow.h index 2c4746c69..238c571bb 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 */ -- 2.43.0