diff options
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/ultrix/ultrix_fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ultrix/ultrix_fs.c b/sys/compat/ultrix/ultrix_fs.c index eafa1f03136..a0cfa887030 100644 --- a/sys/compat/ultrix/ultrix_fs.c +++ b/sys/compat/ultrix/ultrix_fs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ultrix_fs.c,v 1.8 2002/04/23 18:54:12 espie Exp $ */ +/* $OpenBSD: ultrix_fs.c,v 1.9 2002/06/03 12:04:08 deraadt Exp $ */ /* $NetBSD: ultrix_fs.c,v 1.4 1996/04/07 17:23:06 jonathan Exp $ */ /* @@ -59,7 +59,7 @@ /* * Ultrix file system data structure, as modified by * Ultrix getmntent(). This structure is padded to 2560 bytes, for - * compatiblity with the size the Ultrix kernel and user apps expect. + * compatibility with the size the Ultrix kernel and user apps expect. */ struct ultrix_fs_data { u_int32_t ufsd_flags; /* how mounted */ |