Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2025 05:58:26 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 676794ac4b6e - stable/14 - bootptest: Fix a typo in a source code comment
Message-ID:  <202501290558.50T5wQw9004524@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

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

commit 676794ac4b6e18449e81abf627f8db8caa2f4910
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:06:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-29 05:56:40 +0000

    bootptest: Fix a typo in a source code comment
    
    - s/tralier/trailer/
    
    (cherry picked from commit 5da0eee3d842bd0bef2c95553e75e462cda27ee6)
---
 libexec/bootpd/tools/bootptest/print-bootp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c
index ba1c02563ab0..dabab8115313 100644
--- a/libexec/bootpd/tools/bootptest/print-bootp.c
+++ b/libexec/bootpd/tools/bootptest/print-bootp.c
@@ -242,7 +242,7 @@ rfc1048_opts[] = {
 	"iIP-routes",		/* 33: IP static routes (dst,router) */
 
 	/* Link Layer parameters, per-interface (RFC-1533, sect. 6) */
-	"bLL-trailer",		/* 34: do tralier encapsulation */
+	"bLL-trailer",		/* 34: do trailer encapsulation */
 	"lLL-arp-tmo",		/* 35: ARP cache timeout */
 	"bLL-ether2",		/* 36: Ethernet version 2 (IEEE 802.3) */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501290558.50T5wQw9004524>