Module Name: src Committed By: pooka Date: Fri Jul 16 13:07:23 UTC 2010
Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Fix typo in comment. comment tested by wizd. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/fs/vfs/t_renamerace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/fs/vfs/t_renamerace.c diff -u src/tests/fs/vfs/t_renamerace.c:1.5 src/tests/fs/vfs/t_renamerace.c:1.6 --- src/tests/fs/vfs/t_renamerace.c:1.5 Fri Jul 16 11:46:31 2010 +++ src/tests/fs/vfs/t_renamerace.c Fri Jul 16 13:07:23 2010 @@ -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();