diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 23:31:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 23:31:08 +0000 |
commit | 483bc2f0321733722d749adbb57b036cb17b70eb (patch) | |
tree | dde6d4ffcddbd9de1a69a192bc1a9cfc1662f285 /sys/arch/alpha | |
parent | fca9e71b75835ff99883af73c24db4b533dd2bc1 (diff) |
You would think cleaning your tree every now and then would eventually never
produce typo fixes, but the typo pool is infinite.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index 5b88097faaa..815fe04a85f 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.35 2002/03/14 03:15:50 millert Exp $ */ +/* $OpenBSD: disksubr.c,v 1.36 2002/12/10 23:31:07 miod Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -39,7 +39,7 @@ */ /* - * This disksubr.c module started to take it's present form on OpenBSD/alpha + * This disksubr.c module started to take its present form on OpenBSD/alpha * but it was always thought it should be made completely MI and not need to * be in that alpha-specific tree at all. * |