From 2fe837fcf9cfc42c99126a1ac5862410c425e774 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 23 Feb 2009 03:01:13 +0000 Subject: [PATCH] typo in comment --- sys/ufs/ffs/fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 543c7b9b5e86..a39c42be5d9c 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -1,4 +1,4 @@ -/* $NetBSD: fs.h,v 1.51 2008/07/31 08:49:47 simonb Exp $ */ +/* $NetBSD: fs.h,v 1.52 2009/02/23 03:01:13 dholland Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -80,7 +80,7 @@ * * The ffsv2 superblock layout (which might contain an ffsv1 filesystem) * can be detected by checking for sb->fs_old_flags & FS_FLAGS_UPDATED. - * This is the default suberblock type for NetBSD since ffsv2 support was added. + * This is the default superblock type for NetBSD since ffsv2 support was added. */ #define BBSIZE 8192 #define BBOFF ((off_t)(0))