Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:45:17 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a083481a0ccb - stable/12 - libipsec: Fix a typo in a source code comment
Message-ID:  <202204140645.23E6jHEL097086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6jHEL097086>