diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-08-19 18:02:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-08-19 18:02:49 +0000 |
commit | 011dd5336c237af189a625147d14bbe70e895fb4 (patch) | |
tree | dbef3c52f7cbce4eca41a2eaf37936d7815e8e46 /sys/dev | |
parent | 874a5c409e525894ec0a8822312e9fa3746793c8 (diff) |
yet another typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/arcofi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c index 01b460f971f..5c1b2324a35 100644 --- a/sys/dev/ic/arcofi.c +++ b/sys/dev/ic/arcofi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcofi.c,v 1.8 2014/08/19 16:13:24 miod Exp $ */ +/* $OpenBSD: arcofi.c,v 1.9 2014/08/19 18:02:48 miod Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -56,7 +56,7 @@ */ /* CMDR */ -#define CMDR_AD 0x80 /* SP1/PS2 address convention */ +#define CMDR_AD 0x80 /* SP1/SP2 address convention */ #define CMDR_READ 0x40 #define CMDR_WRITE 0x00 #define CMDR_PU 0x20 /* Power Up */ |