From: miod Date: Tue, 19 Aug 2014 18:02:48 +0000 (+0000) Subject: yet another typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e5128cdca676b56a788c5891edac1cb24aee2d49;p=openbsd yet another typo --- 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 */