git: 3b44bcea52b6 - stable/13 - libipsec: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:08:58 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3b44bcea52b6677a1888783c194890741a1a927d commit 3b44bcea52b6677a1888783c194890741a1a927d 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:05:53 +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;