Date: Sat, 4 Jun 2022 10:28:33 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7a33c6bf52b7 - main - ipsec(4): Fix a typo in a source code comment Message-ID: <202206041028.254ASXZe061853@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206041028.254ASXZe061853>