diff options
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/dma.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/include/eeprom.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/sparc/clockreg.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c index 0425dc025ed..b39a1b4f6cf 100644 --- a/sys/arch/sparc/dev/dma.c +++ b/sys/arch/sparc/dev/dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dma.c,v 1.22 2006/06/02 20:00:54 miod Exp $ */ +/* $OpenBSD: dma.c,v 1.23 2007/04/10 17:47:54 miod Exp $ */ /* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */ /* @@ -247,7 +247,7 @@ espsearch: * What happens here is that if the esp driver has not been * configured, then this returns a NULL pointer. Then when the * esp actually gets configured, it does the opposing test, and - * if the sc->sc_dma field in it's softc is NULL, then tries to + * if the sc->sc_dma field in its softc is NULL, then tries to * find the matching dma driver. * */ diff --git a/sys/arch/sparc/include/eeprom.h b/sys/arch/sparc/include/eeprom.h index e49d4f12cb2..162f40bb4c4 100644 --- a/sys/arch/sparc/include/eeprom.h +++ b/sys/arch/sparc/include/eeprom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eeprom.h,v 1.10 2003/06/02 18:17:36 deraadt Exp $ */ +/* $OpenBSD: eeprom.h,v 1.11 2007/04/10 17:47:54 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -349,7 +349,7 @@ struct eeprom { * The size of the eeprom on machines with the old clock is 2k. However, * on machines with the new clock (and the `eeprom' in the nvram area) * there are only 2040 bytes available. (???). Since we really only - * care about the `diagnostic' area, we'll use it's size when dealing + * care about the `diagnostic' area, we'll use its size when dealing * with the eeprom in general. */ #define EEPROM_SIZE 0x500 diff --git a/sys/arch/sparc/sparc/clockreg.h b/sys/arch/sparc/sparc/clockreg.h index db71c4304e7..fae947b6b5e 100644 --- a/sys/arch/sparc/sparc/clockreg.h +++ b/sys/arch/sparc/sparc/clockreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clockreg.h,v 1.4 2006/06/23 19:54:30 kettenis Exp $ */ +/* $OpenBSD: clockreg.h,v 1.5 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: clockreg.h,v 1.5 1994/11/20 20:54:07 deraadt Exp $ */ /* @@ -57,7 +57,7 @@ * * This is used in the Sun 4m machines. It is identical to the MK48T02, * except for being 8K in size. The following structure, then, describes - * the last 2K of it's 8K address space. We simply ignore the first 6K.. + * the last 2K of its 8K address space. We simply ignore the first 6K.. */ struct clockreg { char cl_nvram[2008]; /* `free' nonvolatile memory */ |