git: 0c8b017d4235 - stable/12 - ipsec(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:45:42 UTC
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)