diff options
Diffstat (limited to 'libexec/talkd/table.c')
-rw-r--r-- | libexec/talkd/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index cc8cb6628d68..ef5720608bf3 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/4/93"; /* * Routines to handle insertion, deletion, etc on the table * of requests kept by the daemon. Nothing fancy here, linear - * search on a double-linked list. A time is kept with each + * search on a double-linked list. A time is kept with each * entry so that overly old invitations can be eliminated. * * Consider this a mis-guided attempt at modularity @@ -110,7 +110,7 @@ find_match(request) /* * Look for an identical request, as opposed to a complimentary - * one as find_match does + * one as find_match does */ CTL_MSG * find_request(request) |