Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pc532/dev Fix typo: 68681, not 68881. (I'm a UART, ...



details:   https://anonhg.NetBSD.org/src/rev/33151e465c8b
branches:  trunk
changeset: 486621:33151e465c8b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri May 26 23:03:18 2000 +0000

description:
Fix typo: 68681, not 68881.  (I'm a UART, Jim, not an FPU!!!)

diffstat:

 sys/arch/pc532/dev/scnreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd7c475badaf -r 33151e465c8b sys/arch/pc532/dev/scnreg.h
--- a/sys/arch/pc532/dev/scnreg.h       Fri May 26 22:59:51 2000 +0000
+++ b/sys/arch/pc532/dev/scnreg.h       Fri May 26 23:03:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scnreg.h,v 1.9 1997/03/13 10:24:15 matthias Exp $      */
+/*     $NetBSD: scnreg.h,v 1.10 2000/05/26 23:03:18 cgd Exp $  */
 
 /*
  * Copyright (c) 1996, 1997 Philip L. Budne.
@@ -31,7 +31,7 @@
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- *     scnreg.h: definitions for 2681/2692/68881 duart
+ *     scnreg.h: definitions for 2681/2692/68681 duart
  */
 
 /*



Home | Main Index | Thread Index | Old Index