diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-08-06 15:13:48 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-08-06 15:13:48 +0000 |
commit | e8cd5215ebe0d932bf680e94eeb7955ac2721eda (patch) | |
tree | 481e53a548a9719bf7dce566090608bf9d14e1df | |
parent | 8ab05464897c10e8989b53401d0826fdd0b9fb6a (diff) |
Fix another "that that".
ok miod@ jmc@ deraadt@
-rw-r--r-- | sys/dev/sbus/stp4020reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/stp4020reg.h b/sys/dev/sbus/stp4020reg.h index 67caf0c5d22..dcce3ef1abc 100644 --- a/sys/dev/sbus/stp4020reg.h +++ b/sys/dev/sbus/stp4020reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stp4020reg.h,v 1.5 2004/03/02 23:10:18 miod Exp $ */ +/* $OpenBSD: stp4020reg.h,v 1.6 2007/08/06 15:13:47 tom Exp $ */ /* $NetBSD: stp4020reg.h,v 1.1 1998/11/22 22:14:35 pk Exp $ */ /*- @@ -206,7 +206,7 @@ * * Each window has two window control registers associated with it to * control the window's PCMCIA bus timing parameters, PC card address - * space that that window maps, and the base address in the + * space that the window maps, and the base address in the * selected PC card's address space." */ #define STP4020_WINDOW_SIZE (1024*1024) /* 1MB */ |