]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: fix comment typos
authorEric Blake <eblake@redhat.com>
Wed, 28 Jul 2010 14:05:55 +0000 (08:05 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 28 Jul 2010 14:07:16 +0000 (08:07 -0600)
* src/network/bridge_driver.c
(networkAddMasqueradingIptablesRules): Fix spelling and grammar.

src/network/bridge_driver.c

index 80ed57adf348c73e084b34e8dd58495868de7e0f..b7ee880da4a7f31a1db1af8f1ce0baa73d23e4a4 100644 (file)
@@ -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.
      *