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 typos in comments



details:   https://anonhg.NetBSD.org/src/rev/3b17eb682cbd
branches:  trunk
changeset: 507257:3b17eb682cbd
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Mar 18 11:31:44 2001 +0000

description:
Fixed typos in comments

diffstat:

 sys/compat/linux/arch/powerpc/linux_machdep.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 1251defa633e -r 3b17eb682cbd sys/compat/linux/arch/powerpc/linux_machdep.c
--- a/sys/compat/linux/arch/powerpc/linux_machdep.c     Sun Mar 18 10:03:51 2001 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_machdep.c     Sun Mar 18 11:31:44 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.5 2001/02/05 19:44:32 manu Exp $ */
+/*     $NetBSD: linux_machdep.c,v 1.6 2001/03/18 11:31:44 manu Exp $ */
 
 /*-
  * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
  * Adapted from arch/powerpc/powerpc/sig_machdep.c:sendsig and
  * compat/linux/arch/i386/linux_machdep.c:linux_sendsig
  *
- * XXX Does not work well yet.
+ * XXX Does not work well yet with RT signals
  *
  */
 
@@ -196,7 +196,7 @@
 
        /*
         * Copy Linux's signal trampoline on the user stack It should not
-        * be used, but Linux binaries might expect him to be there.
+        * be used, but Linux binaries might expect it to be there.
         */
        frame.ltramp[0] = 0x38997777; /* li r0, 0x7777 */
        frame.ltramp[1] = 0x44000002; /* sc */
@@ -457,7 +457,9 @@
   return 0;
 }
 
-/* hack to make svgalib work */
+/* 
+ * major device numbers remapping
+ */
 dev_t
 linux_fakedev(dev)
        dev_t dev;



Home | Main Index | Thread Index | Old Index