Module Name:    src
Committed By:   martin
Date:           Tue May 19 06:44:42 UTC 2015

Modified Files:
        src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Cosmetics: fix netbsd.org spelling


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ufs/ffs/ffs_vfsops.c
diff -u src/sys/ufs/ffs/ffs_vfsops.c:1.332 src/sys/ufs/ffs/ffs_vfsops.c:1.333
--- src/sys/ufs/ffs/ffs_vfsops.c:1.332	Mon May 18 08:33:29 2015
+++ src/sys/ufs/ffs/ffs_vfsops.c	Tue May 19 06:44:42 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ffs_vfsops.c,v 1.332 2015/05/18 08:33:29 martin Exp $	*/
+/*	$NetBSD: ffs_vfsops.c,v 1.333 2015/05/19 06:44:42 martin Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.332 2015/05/18 08:33:29 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.333 2015/05/19 06:44:42 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -987,7 +987,7 @@ ffs_superblock_validate(struct fs *fs)
 			printf("CGSIZE(fs) miscalculated by one - this file "
 			    "system may have been created by\n"
 			    "  an old (buggy) userland, see\n"
-			    "  http://www.netbsd.org/";
+			    "  http://www.NetBSD.org/";
 			    "docs/ffsv1badsuperblock.html\n");
 		} else {
 			printf("ERROR: cylinder group size mismatch: "

Reply via email to