소스 검색

spelling: pointers

Josh Soref 9 년 전
부모
커밋
d75dfc1111
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/acl.h

+ 1 - 1
include/acl.h

@@ -53,7 +53,7 @@ struct dns_acl {
         struct dns_acl *next;
         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 ip_acl *ip_acl_head, *ip_acl_prev;
 static struct dns_acl *dns_acl_head, *dns_acl_prev;
 static struct dns_acl *dns_acl_head, *dns_acl_prev;