From: Eric Blake Date: Wed, 28 Jul 2010 14:05:55 +0000 (-0600) Subject: maint: fix comment typos X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=40a0e82c878e8c7be5563deae35535318988aba0;p=libvirt.git maint: fix comment typos * src/network/bridge_driver.c (networkAddMasqueradingIptablesRules): Fix spelling and grammar. --- diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index 80ed57adf3..b7ee880da4 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -643,12 +643,12 @@ networkAddMasqueradingIptablesRules(struct network_driver *driver, * * We need to end up with 3 rules in the table in this order * - * 1. protocol=tcp with sport mapping restricton - * 2. protocol=udp with sport mapping restricton + * 1. protocol=tcp with sport mapping restriction + * 2. protocol=udp with sport mapping restriction * 3. generic any protocol * * The sport mappings are required, because default IPtables - * MASQUERADE is maintain port number unchanged where possible. + * MASQUERADE maintain port numbers unchanged where possible. * * NFS can be configured to only "trust" port numbers < 1023. *