o Typo in the comment fixed.

PR:		217617
Submitted by:	lutz
This commit is contained in:
Maxim Konovalov 2017-03-09 09:54:23 +00:00
parent 13876dc982
commit f621c2cd39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314955

View File

@ -405,7 +405,7 @@ prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta,
error = 0;
ta_buf_sz = ta->ta_buf_size;
if (count == 1) {
/* Sigle add/delete, use on-stack buffer */
/* Single add/delete, use on-stack buffer */
memset(*ta_buf, 0, TA_BUF_SZ);
ta_buf_m = *ta_buf;
} else {