Module Name: src
Committed By: mrg
Date: Sun Jun 21 14:03:38 UTC 2015
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
s/sparc64/native 64 bit/ in a comment...
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/compat/netbsd32/netbsd32.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32.h
diff -u src/sys/compat/netbsd32/netbsd32.h:1.105 src/sys/compat/netbsd32/netbsd32.h:1.106
--- src/sys/compat/netbsd32/netbsd32.h:1.105 Sun Jun 21 12:54:33 2015
+++ src/sys/compat/netbsd32/netbsd32.h Sun Jun 21 14:03:38 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32.h,v 1.105 2015/06/21 12:54:33 martin Exp $ */
+/* $NetBSD: netbsd32.h,v 1.106 2015/06/21 14:03:38 mrg Exp $ */
/*
* Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -1022,7 +1022,7 @@ int netbsd32_kevent(struct lwp *, void *
#endif
/*
- * here are some macros to convert between netbsd32 and sparc64 types.
+ * here are some macros to convert between netbsd32 and native 64 bit types.
* note that they do *NOT* act like good macros and put ()'s around all
* arguments cuz this _breaks_ SCARG().
*/