git: 7a33c6bf52b7 - main - ipsec(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 04 Jun 2022 10:28:33 UTC
The branch main has been updated by gbe (doc committer):

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

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

    ipsec(4): Fix a typo in a source code comment
    
    - s/formated/formatted/
    
    MFC after:      3 days
---
 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)