From 8fa21293d3a3a724d6772115811112270afe2511 Mon Sep 17 00:00:00 2001 From: otto Date: Sun, 9 Nov 2003 20:13:57 +0000 Subject: Typos in comments from Jared Yanovich --- usr.bin/diff/diffdir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diffdir.c') 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 @@ -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 @@ -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) -- cgit v1.2.3-59-g8ed1b