Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/vfs Fix typo in comment. comment tested by wizd.



details:   https://anonhg.NetBSD.org/src/rev/229f0260959f
branches:  trunk
changeset: 756398:229f0260959f
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jul 16 13:07:23 2010 +0000

description:
Fix typo in comment.  comment tested by wizd.

diffstat:

 tests/fs/vfs/t_renamerace.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d8cdb62c548 -r 229f0260959f tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Fri Jul 16 11:46:31 2010 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Fri Jul 16 13:07:23 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.5 2010/07/16 11:46:31 pooka Exp $   */
+/*     $NetBSD: t_renamerace.c,v 1.6 2010/07/16 13:07:23 pooka Exp $   */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -101,7 +101,7 @@
 
        /*
         * XXX: does not always fail on LFS, especially for unicpu
-        * configurations.  see other ramlings about racy tests.
+        * configurations.  see other ramblings about racy tests.
         */
        if (FSTYPE_LFS(tc))
                abort();



Home | Main Index | Thread Index | Old Index