libipsec: Fix a typo in a source code comment

- s/proccessing/processing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 14:08:47 +02:00
parent b95a6ecffa
commit 38dd27d21e

View File

@ -431,7 +431,7 @@ pfkey_send_getspi(so, satype, mode, src, dst, min, max, reqid, seq)
return -1;
}
/* proccessing spi range */
/* processing spi range */
if (need_spirange) {
struct sadb_spirange spirange;