diff options
author | 2007-05-29 06:56:30 +0000 | |
---|---|---|
committer | 2007-05-29 06:56:30 +0000 | |
commit | 902b3654e4ec5976c6b5da195754eeaefd8b4b84 (patch) | |
tree | ba1827c1990727b7cccaee3b8489518e11dc5236 | |
parent | put the temperature msr in line with the others (diff) | |
download | wireguard-openbsd-902b3654e4ec5976c6b5da195754eeaefd8b4b84.tar.xz wireguard-openbsd-902b3654e4ec5976c6b5da195754eeaefd8b4b84.zip |
typo
-rw-r--r-- | sys/arch/sparc64/sparc64/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/disksubr.c b/sys/arch/sparc64/sparc64/disksubr.c index 162bcb88134..58681d551d4 100644 --- a/sys/arch/sparc64/sparc64/disksubr.c +++ b/sys/arch/sparc64/sparc64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.22 2007/05/29 06:28:15 otto Exp $ */ +/* $OpenBSD: disksubr.c,v 1.23 2007/05/29 06:56:30 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk Exp $ */ /* @@ -480,7 +480,7 @@ disklabel_sun_to_bsd(cp, lp) npp->p_fstype = sun_fstypes[i+8]; if (npp->p_fstype == FS_BSDFFS) { npp->p_fragblock = - DISKLABELV1_FFS_FRAGBLOCK(2048, 8) + DISKLABELV1_FFS_FRAGBLOCK(2048, 8); npp->p_cpg = 16; } } |