Răsfoiți Sursa

spelling: pointers

Josh Soref 9 ani în urmă
părinte
comite
d75dfc1111
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      include/acl.h

+ 1 - 1
include/acl.h

@@ -53,7 +53,7 @@ struct dns_acl {
         struct dns_acl *next;
 };
 
-/* Poiters to head ACL structs */
+/* Pointers to head ACL structs */
 static struct ip_acl *ip_acl_head, *ip_acl_prev;
 static struct dns_acl *dns_acl_head, *dns_acl_prev;