]> xenbits.xensource.com Git - libvirt.git/commitdiff
nwfilter: fix a typo in nwfilter_gentech_driver.c
authorHongwei Bi <hwbi2008@gmail.com>
Fri, 11 Oct 2013 14:07:23 +0000 (22:07 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 11 Oct 2013 14:29:05 +0000 (08:29 -0600)
s/occcurred/occurred

src/nwfilter/nwfilter_gentech_driver.c

index 59611655e749e387efd08fb8603446e199549584..16878a473884991d4c35807c513e6177c9f4c720 100644 (file)
@@ -193,7 +193,7 @@ virNWFilterVarHashmapAddStdValues(virNWFilterHashTablePtr table,
  * Create a hashmap used for evaluating the firewall rules. Initializes
  * it with the standard variable 'MAC' and 'IP' if provided.
  *
- * Returns pointer to hashmap, NULL if an error occcurred.
+ * Returns pointer to hashmap, NULL if an error occurred.
  */
 virNWFilterHashTablePtr
 virNWFilterCreateVarHashmap(char *macaddr,