fix comment

This commit is contained in:
is 2001-02-26 16:07:19 +00:00
parent 5a5316cafe
commit 19d69802f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: adosglue.h,v 1.5 1999/04/28 22:35:27 is Exp $ */
/* $NetBSD: adosglue.h,v 1.6 2001/02/26 16:07:19 is Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -45,7 +45,7 @@
#define DOST_AMIX 0x554e4900 /* 'UNIx' AmigaDos partition */
#define DOST_MUFS 0x6d754600 /* 'muFx' AmigaDos partition (muFS) */
#define DOST_EXT2 0x4c4e5800 /* 'LNX0' Linux fs partition (ext2fs) */
#define DOST_LNXSWP 0x53575000 /* 'LNX0' Linux swap partition */
#define DOST_LNXSWP 0x53575000 /* 'SWP0' Linux swap partition */
struct adostype {
u_char archtype; /* see ADT_xxx below */