diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-21 19:09:43 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-08-21 19:09:43 +0000 |
commit | 9dbc663037a52c7e642792394151f8afaca4ee08 (patch) | |
tree | 9133a96f86234c808b573a83d1384bbd2500d456 /sys/arch/i386 | |
parent | 841adc27a21e690daa7d35453ca1953c9a8a822d (diff) |
Fix typo in comment
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index d3e599ca382..6b2666df199 100644 --- a/sys/arch/i386/stand/libsa/libsa.h +++ b/sys/arch/i386/stand/libsa/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.41 2004/06/26 05:19:37 tom Exp $ */ +/* $OpenBSD: libsa.h,v 1.42 2004/08/21 19:09:42 tom Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -77,4 +77,4 @@ extern void (*devboot_p)(dev_t, char *); extern bios_diskinfo_t bios_diskinfo[]; extern u_int32_t bios_cksumlen; -#define MACHINE_CMD cmd_machine /* we have i386 specific sommands */ +#define MACHINE_CMD cmd_machine /* we have i386-specific commands */ |