From 38dd27d21e6ca83a5afdb20a393ceea55bb34bb3 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 9 Apr 2022 14:08:47 +0200 Subject: [PATCH] libipsec: Fix a typo in a source code comment - s/proccessing/processing/ MFC after: 3 days --- lib/libipsec/pfkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libipsec/pfkey.c b/lib/libipsec/pfkey.c index 08098775910f..fe035a96fb87 100644 --- a/lib/libipsec/pfkey.c +++ b/lib/libipsec/pfkey.c @@ -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;