The branch main has been updated by gbe (doc committer):

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

commit 38dd27d21e6ca83a5afdb20a393ceea55bb34bb3
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 12:08:47 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 12:08:47 +0000

    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;
 

Reply via email to