diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-12-27 08:35:38 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-12-27 08:35:38 +0000 |
commit | c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5 (patch) | |
tree | c81ed4f2615839334b6d126d8a742a4d7d809013 /usr.bin/tail | |
parent | 407e3790c3a0652beb5c97e4049a58a6e2118ce4 (diff) | |
download | src-c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5.tar.gz src-c58205be7a7d4eb1c68b169bb7fdb57f1e057cc5.zip |
Diffstat (limited to 'usr.bin/tail')
-rw-r--r-- | usr.bin/tail/forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 800492d2b1f3..010a36b4c793 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -404,7 +404,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 { |