Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:45:42 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: 0c8b017d4235 - stable/12 - ipsec(4): Fix a typo in a source code comment
Message-ID:  <202206101245.25ACjgvE037913@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=0c8b017d42355d028fff49042dbb641a58848eed

commit 0c8b017d42355d028fff49042dbb641a58848eed
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 10:28:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:35:20 +0000

    ipsec(4): Fix a typo in a source code comment
    
    - s/formated/formatted/
    
    (cherry picked from commit 7a33c6bf52b747a1725a2a3665c438cd5a9e9355)
---
 lib/libipsec/pfkey_dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c
index 7680250968b7..054c6a4ad361 100644
--- a/lib/libipsec/pfkey_dump.c
+++ b/lib/libipsec/pfkey_dump.c
@@ -215,7 +215,7 @@ static struct val2str str_sp_scope[] = {
 };
 
 /*
- * dump SADB_MSG formated.  For debugging, you should use kdebug_sadb().
+ * dump SADB_MSG formatted.  For debugging, you should use kdebug_sadb().
  */
 void
 pfkey_sadump(m)



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