aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
commit662cac9f231e3c339f011b554d232603cc58df90 (patch)
treee7fe03597b4470bc5563c7f3e7e962c88698ab9e /libexec
parent8e7f63ecf84b39826087a1a785b05040608c1d77 (diff)
downloadsrc-662cac9f231e3c339f011b554d232603cc58df90.tar.gz
src-662cac9f231e3c339f011b554d232603cc58df90.zip
Fix some "in in" typos in comments.
PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
Notes
Notes: svn path=/head/; revision=177626
Diffstat (limited to 'libexec')
-rw-r--r--libexec/talkd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c
index ca64541d80ed..4ebeb261a826 100644
--- a/libexec/talkd/announce.c
+++ b/libexec/talkd/announce.c
@@ -91,7 +91,7 @@ announce(CTL_MSG *request, const char *remote_machine)
* Build a block of characters containing the message.
* It is sent blank filled and in a single block to
* try to keep the message in one piece if the recipient
- * in in vi at the time
+ * in vi at the time
*/
int
print_mesg(const char *tty, CTL_MSG *request,