diff options
author | 2003-11-09 20:13:57 +0000 | |
---|---|---|
committer | 2003-11-09 20:13:57 +0000 | |
commit | 8fa21293d3a3a724d6772115811112270afe2511 (patch) | |
tree | e698aa86bb3f8d91a971ee29848d1eb670dd6668 /usr.bin/diff/diffdir.c | |
parent | Introduce `last' as a synonym for `.' and document them. (diff) | |
download | wireguard-openbsd-8fa21293d3a3a724d6772115811112270afe2511.tar.xz wireguard-openbsd-8fa21293d3a3a724d6772115811112270afe2511.zip |
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/diff/diffdir.c')
-rw-r--r-- | usr.bin/diff/diffdir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diffdir.c b/usr.bin/diff/diffdir.c index dcdcf41a542..3223c75770d 100644 --- a/usr.bin/diff/diffdir.c +++ b/usr.bin/diff/diffdir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diffdir.c,v 1.25 2003/10/07 23:37:27 millert Exp $ */ +/* $OpenBSD: diffdir.c,v 1.26 2003/11/09 20:13:57 otto Exp $ */ /* * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> @@ -21,7 +21,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: diffdir.c,v 1.25 2003/10/07 23:37:27 millert Exp $"; +static const char rcsid[] = "$OpenBSD: diffdir.c,v 1.26 2003/11/09 20:13:57 otto Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -48,7 +48,7 @@ static void diffit(struct dirent *, char *, size_t, char *, size_t); #define d_status d_type /* we need to store status for -l */ /* - * Diff directory traveral. Will be called recursively if -r was specified. + * Diff directory traversal. Will be called recursively if -r was specified. */ void diffdir(char *p1, char *p2) |