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 | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/bha_isa.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/fdlink.h | 4 | ||||
-rw-r--r-- | sys/dev/isa/hsq.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_we.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/uha_isa.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/isa/bha_isa.c b/sys/dev/isa/bha_isa.c index e63b9c2d742..e964cb57221 100644 --- a/sys/dev/isa/bha_isa.c +++ b/sys/dev/isa/bha_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bha_isa.c,v 1.2 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: bha_isa.c,v 1.3 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: bha_isa.c,v 1.14 1998/08/15 10:10:51 mycroft Exp $ */ /*- @@ -71,7 +71,7 @@ struct cfattach bha_isa_ca = { /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int diff --git a/sys/dev/isa/fdlink.h b/sys/dev/isa/fdlink.h index 412c3cd64f3..08b0fe3ab53 100644 --- a/sys/dev/isa/fdlink.h +++ b/sys/dev/isa/fdlink.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fdlink.h,v 1.8 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: fdlink.h,v 1.9 2007/04/10 17:47:55 miod Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles Hannum. @@ -41,7 +41,7 @@ */ /* - * The goo that binds the floppy controller to it's devices. + * The goo that binds the floppy controller to its devices. */ enum fdc_state { 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! diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 8a5100dc7b0..420be6706d6 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.57 2006/05/22 20:35:12 krw Exp $ */ +/* $OpenBSD: if_ed.c,v 1.58 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -678,7 +678,7 @@ ed_find_WD80x3(sc, cf, ia) delay(100); bus_space_write_1(iot, ioh, asicbase + ED_WD_MSR, bus_space_read_1(iot, ioh, asicbase + ED_WD_MSR) & ~ED_WD_MSR_RST); - /* Wait in the case this card is reading it's EEROM. */ + /* Wait in the case this card is reading its EEROM. */ delay(5000); sc->vendor = ED_VENDOR_WD_SMC; diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 2b63bea3042..346b540639b 100644 --- a/sys/dev/isa/if_we.c +++ b/sys/dev/isa/if_we.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_we.c,v 1.17 2006/10/20 17:02:24 brad Exp $ */ +/* $OpenBSD: if_we.c,v 1.18 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -264,7 +264,7 @@ we_probe(struct device *parent, void *match, void *aux) bus_space_write_1(asict, asich, WE_MSR, bus_space_read_1(asict, asich, WE_MSR) & ~WE_MSR_RST); - /* Wait in case the card is reading it's EEPROM. */ + /* Wait in case the card is reading its EEPROM. */ delay(5000); /* diff --git a/sys/dev/isa/uha_isa.c b/sys/dev/isa/uha_isa.c index 684b44894c8..7094b6c3677 100644 --- a/sys/dev/isa/uha_isa.c +++ b/sys/dev/isa/uha_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uha_isa.c,v 1.7 2005/11/23 11:30:14 mickey Exp $ */ +/* $OpenBSD: uha_isa.c,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: uha_isa.c,v 1.5 1996/10/21 22:41:21 thorpej Exp $ */ /* @@ -73,7 +73,7 @@ void u14_init(struct uha_softc *); /* * Check the slots looking for a board we recognise - * If we find one, note it's address (slot) and call + * If we find one, note its address (slot) and call * the actual probe routine to check it out. */ int |