git: bac9985f8358 - stable/13 - ipsec(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:34:28 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit bac9985f835834a90b4db94c4a7e6bda91c8a41a
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:33:00 +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 365f0ef833af..f4a003b94905 100644
--- a/lib/libipsec/pfkey_dump.c
+++ b/lib/libipsec/pfkey_dump.c
@@ -190,7 +190,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)