mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
o Typo in the comment fixed.
PR: 217617 Submitted by: lutz
This commit is contained in:
parent
13876dc982
commit
f621c2cd39
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314955
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user