Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ffs Cosmetics: fix netbsd.org spelling



details:   https://anonhg.NetBSD.org/src/rev/bd012017f0c9
branches:  trunk
changeset: 808485:bd012017f0c9
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 19 06:44:42 2015 +0000

description:
Cosmetics: fix netbsd.org spelling

diffstat:

 sys/ufs/ffs/ffs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6a221d927eca -r bd012017f0c9 sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c  Tue May 19 06:09:15 2015 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c  Tue May 19 06:44:42 2015 +0000
@@ -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 @@
                        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: "



Home | Main Index | Thread Index | Old Index