diff options
| author | manu <manu@NetBSD.org> | 2001-05-19 14:31:00 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2001-05-19 14:31:00 +0000 |
| commit | 05fe8173f839295baecac2eaa2d8d65cc06251c8 (patch) | |
| tree | 7b301df397552d155b403e6995520429f785c8d0 /sys/compat/linux | |
| parent | 937cea769e7002338ccd4c3b63080625d62e4db2 (diff) | |
Fixed a typo in a comment
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_termios.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_termios.h b/sys/compat/linux/arch/powerpc/linux_termios.h index d6959850c29..e9f986b1386 100644 --- a/sys/compat/linux/arch/powerpc/linux_termios.h +++ b/sys/compat/linux/arch/powerpc/linux_termios.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_termios.h,v 1.3 2001/01/20 18:59:55 manu Exp $ */ +/* $NetBSD: linux_termios.h,v 1.4 2001/05/19 14:31:00 manu Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -42,7 +42,8 @@ #define LINUX_NCC 10 /* - * Enable optional part of struct termios in sys/compat/linux/common/termios.h + * Enable optional part of struct termios + * in sys/compat/linux/common/linux_termios.h */ #define LINUX_LARGE_STRUCT_TERMIOS |
