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/sbus/esp_sbus.c | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/sbus/esp_sbus.c')
-rw-r--r-- | sys/dev/sbus/esp_sbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/esp_sbus.c b/sys/dev/sbus/esp_sbus.c index 0df2b954022..1861a980a27 100644 --- a/sys/dev/sbus/esp_sbus.c +++ b/sys/dev/sbus/esp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp_sbus.c,v 1.19 2006/06/21 22:25:17 miod Exp $ */ +/* $OpenBSD: esp_sbus.c,v 1.20 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: esp_sbus.c,v 1.14 2001/04/25 17:53:37 bouyer Exp $ */ /*- @@ -288,7 +288,7 @@ espattach_sbus(struct device *parent, struct device *self, void *aux) * What happens here is that if the dma driver has not been * configured, then this returns a NULL pointer. Then when the * dma actually gets configured, it does the opposing test, and - * if the sc->sc_esp field in it's softc is NULL, then tries to + * if the sc->sc_esp field in its softc is NULL, then tries to * find the matching esp driver. */ esc->sc_dma = (struct lsi64854_softc *) |