git: ad2d7e594f6d - main - ifnet: Fix a typo in a source code comment

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Mon, 19 May 2025 04:36:59 UTC
The branch main has been updated by zlei:

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

commit ad2d7e594f6d519be6e9674c8048a406a453fef9
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2025-05-19 04:35:55 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2025-05-19 04:35:55 +0000

    ifnet: Fix a typo in a source code comment
    
    - s/possiable/possible
    
    MFC after:      3 days
---
 sys/net/if.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/if.c b/sys/net/if.c
index 21e3b1a8576a..974ff3af4f61 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -871,7 +871,7 @@ if_attach_internal(struct ifnet *ifp, bool vmove)
 		 */
 		namelen = strlen(ifp->if_xname);
 		/*
-		 * Always save enough space for any possiable name so we
+		 * Always save enough space for any possible name so we
 		 * can do a rename in place later.
 		 */
 		masklen = offsetof(struct sockaddr_dl, sdl_data[0]) + IFNAMSIZ;