diff options
author | des <des@FreeBSD.org> | 1999-01-01 14:38:30 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-01-01 14:38:30 +0000 |
commit | e28b0e4fb96adf1bc6376176993c4cfcec04725c (patch) | |
tree | 1c60e40f2a5f62135ec6e190584a143333a4c409 /sys/alpha/include/console.h | |
parent | ac92ef8448f2e8f9078c0c72bceb00d4b7f9a271 (diff) | |
download | FreeBSD-src-e28b0e4fb96adf1bc6376176993c4cfcec04725c.zip FreeBSD-src-e28b0e4fb96adf1bc6376176993c4cfcec04725c.tar.gz |
Correct typo in macro name.
Diffstat (limited to 'sys/alpha/include/console.h')
-rw-r--r-- | sys/alpha/include/console.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index d747976..52ef8d1 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; |