diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/mc146818reg.h | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/mc146818reg.h')
-rw-r--r-- | sys/dev/ic/mc146818reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mc146818reg.h b/sys/dev/ic/mc146818reg.h index 8a7c2785a9c..5bca19f0515 100644 --- a/sys/dev/ic/mc146818reg.h +++ b/sys/dev/ic/mc146818reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc146818reg.h,v 1.6 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: mc146818reg.h,v 1.7 2003/10/21 18:58:49 jmc Exp $ */ /* $NetBSD: mc146818reg.h,v 1.1 1995/05/04 19:31:18 cgd Exp $ */ /* @@ -28,7 +28,7 @@ /* * Definitions for the Motorola MC146818A Real Time Clock. - * They also apply for the (compatible) Dallas Semicontuctor DS1287A RTC. + * They also apply for the (compatible) Dallas Semiconductor DS1287A RTC. * * Though there are undoubtedly other (better) sources, this material was * culled from the DEC "KN121 System Module Programmer's Reference |