Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2024 11:42:56 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: ab37ee306bd7 - stable/14 - tail(1): Fix a typo in a source code comment
Message-ID:  <202401071142.407Bgu94005261@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=ab37ee306bd7a6eb94c5662251f9593232b84da4

commit ab37ee306bd7a6eb94c5662251f9593232b84da4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-12-27 08:35:38 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-07 11:41:20 +0000

    tail(1): Fix a typo in a source code comment
    
    - s/recieved/received/
    
    (cherry picked from commit c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5)
---
 usr.bin/tail/forward.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index a0f66262608a..a902e006afed 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -407,7 +407,7 @@ follow(file_info_t *files, enum STYLE style, off_t off)
 			/*
 			 * In the -F case we set a timeout to ensure that
 			 * we re-stat the file at least once every second.
-			 * If we've recieved EINTR, ignore it. Both reasons
+			 * If we've received EINTR, ignore it. Both reasons
 			 * for its generation are transient.
 			 */
 			do {



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