Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/powerpc Fixed a typo in a comment



details:   https://anonhg.NetBSD.org/src/rev/e06bdffa6c08
branches:  trunk
changeset: 510102:e06bdffa6c08
user:      manu <manu%NetBSD.org@localhost>
date:      Sat May 19 14:31:00 2001 +0000

description:
Fixed a typo in a comment

diffstat:

 sys/compat/linux/arch/powerpc/linux_termios.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r cedb083607d2 -r e06bdffa6c08 sys/compat/linux/arch/powerpc/linux_termios.h
--- a/sys/compat/linux/arch/powerpc/linux_termios.h     Sat May 19 14:20:40 2001 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_termios.h     Sat May 19 14:31:00 2001 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index