From 70bfbd280e4dcfb606d3209662931e457edd49cf Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 1 Jan 1999 14:38:30 +0000 Subject: Correct typo in macro name. --- sys/alpha/include/console.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha/include/console.h') diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index d74797622648..52ef8d1649df 100644 --- a/sys/alpha/include/console.h +++ b/sys/alpha/include/console.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: console.h,v 1.39 1998/08/06 09:15:52 dfr Exp $ + * $Id: console.h,v 1.40 1998/09/17 09:38:36 dfr Exp $ * from: i386/include console.h,v 1.39 */ @@ -304,7 +304,7 @@ struct video_info { int vi_flags; #define V_INFO_COLOR (1<<0) #define V_INFO_GRAPHICS (1<<1) -#define V_INFO_LENEAR (1<<2) +#define V_INFO_LINEAR (1<<2) #define V_INFO_VESA (1<<3) int vi_width; int vi_height; -- cgit v1.3