git: 1cfd924f4e7c - main - libalias(3): Fix two typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 07:14:48 UTC
The branch main has been updated by gbe (doc committer):

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

commit 1cfd924f4e7ca3dc742905aaf5d828a21ad88191
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:54:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:14:00 +0000

    libalias(3): Fix two typos in source code comments
    
    - s/modfied/modified/
    
    MFC after:      3 days
---
 sys/netinet/libalias/alias_proxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c
index e2b0f1009617..9b75b22a74b3 100644
--- a/sys/netinet/libalias/alias_proxy.c
+++ b/sys/netinet/libalias/alias_proxy.c
@@ -341,7 +341,7 @@ ProxyEncodeTcpStream(struct alias_link *lnk,
 		memcpy(p, buffer, slen);
 	}
 
-	/* Save information about modfied sequence number */
+	/* Save information about modified sequence number */
 	{
 		int delta;