diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
commit | b79f7d8019552bffbfb9132282c9e400ed234e23 (patch) | |
tree | 746cae9358ef503518bb08df39c8d11a2ea50ded /sys/dev/isa/hsq.c | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/isa/hsq.c')
-rw-r--r-- | sys/dev/isa/hsq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/hsq.c b/sys/dev/isa/hsq.c index aacfb18d7d4..7a4b40affdf 100644 --- a/sys/dev/isa/hsq.c +++ b/sys/dev/isa/hsq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hsq.c,v 1.3 2003/06/02 19:37:56 deraadt Exp $ */ +/* $OpenBSD: hsq.c,v 1.4 2007/04/10 17:47:55 miod Exp $ */ /*- * Copyright (c) 1999 Denis A. Doroshenko. All rights reserved. @@ -66,7 +66,7 @@ * * Shitty feature: UER's value upon power up is absolutely random, * so that UARTs can work and can not and you don't uderstand what's up... - * Thus, we have to set it's value to 0x0f to get all four UARTs + * Thus, we have to set its value to 0x0f to get all four UARTs * interrupting, just after we've attached the mux... * * Use it and share my fun! |