From 4b0c3e182ccaca75812adee708bfb7474a12db74 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 16 Oct 2000 23:03:45 +0000 Subject: [PATCH] Fix a typo in an constant name that is currently unused. --- sys/dev/isa/weaselreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/isa/weaselreg.h b/sys/dev/isa/weaselreg.h index 1e763fb6948e..08e73a2fa3a4 100644 --- a/sys/dev/isa/weaselreg.h +++ b/sys/dev/isa/weaselreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: weaselreg.h,v 1.1 2000/10/16 22:59:25 thorpej Exp $ */ +/* $NetBSD: weaselreg.h,v 1.2 2000/10/16 23:03:45 thorpej Exp $ */ /*- * Copyright (c) 2000 Zembu Labs, Inc. @@ -108,7 +108,7 @@ struct weasel_config_block { #define UART_QUERY_3f8 0x01 /* UART at 0x3f8 */ #define UART_QUERY_2F8 0x02 /* UART at 0x2f8 */ #define UART_QUERY_3e8 0x03 /* UART at 0x3e8 */ -#define UART_QUERT_2e8 0x04 /* UART at 0x2e8 */ +#define UART_QUERY_2e8 0x04 /* UART at 0x2e8 */ #define OS_CONFIG_COPY 0x03 /* copy config to offscreen space */