PERFORCE change 100589 for review

John Birrell jb at FreeBSD.org
Wed Jul 5 01:45:08 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100589

Change 100589 by jb at jb_freebsd2 on 2006/07/05 01:44:18

	Just a comment change.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/kern/vmem.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/kern/vmem.c#2 (text+ko) ====

@@ -49,7 +49,7 @@
 {
 	/*
 	 * Hope like hell that the caller only uses the value
-	 * returned as an integer, not a pointer!
+	 * returned as a long integer, not a pointer!
 	 */
 	return ((void *) ++(*vmp));
 }


More information about the p4-projects mailing list