git: a083481a0ccb - stable/12 - libipsec: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:45:17 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a083481a0ccb47b017dcd7f46920935c8d06e502

commit a083481a0ccb47b017dcd7f46920935c8d06e502
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:08:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:38:26 +0000

    libipsec: Fix a typo in a source code comment
    
    - s/proccessing/processing/
    
    (cherry picked from commit 38dd27d21e6ca83a5afdb20a393ceea55bb34bb3)
---
 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 d1aae7321c2e..a6706d4ec68a 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;