Skip to content

Commit 0744314

Browse files
committed
Fix a typo.
1 parent 69adbce commit 0744314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys/dev/ic/ds1687reg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ds1687reg.h,v 1.3 2003/07/08 10:06:30 itojun Exp $ */
1+
/* $NetBSD: ds1687reg.h,v 1.4 2005/01/31 04:58:02 simonb Exp $ */
22

33
/*
44
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -166,7 +166,7 @@
166166
#define DS1687_BANK1_ADATE 0x49 /* BANK1: Alarm: Date (1-31) */
167167

168168
#define DS1687_NBASEREGS 0x0d /* 14 registers; CMOS follows */
169-
#define D1687_NVRAM_START 0xe /* start of NVRAM: offset 14 */
169+
#define DS1687_NVRAM_START 0xe /* start of NVRAM: offset 14 */
170170

171171
/* Layout of software shadow copy of TOD registers */
172172
#define DS1687_NHDW_TODREGS 0x0a /* 10 basic TOD registers */

0 commit comments

Comments
 (0)