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/arch/sparc64/include | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/eeprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/eeprom.h b/sys/arch/sparc64/include/eeprom.h index ae4bcf1d4a6..e13fcd49f09 100644 --- a/sys/arch/sparc64/include/eeprom.h +++ b/sys/arch/sparc64/include/eeprom.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eeprom.h,v 1.3 2002/03/14 01:26:45 millert Exp $ */ +/* $OpenBSD: eeprom.h,v 1.4 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: eeprom.h,v 1.2 1999/12/30 16:25:17 eeh Exp $ */ /* @@ -172,7 +172,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 |