Module Name:    src
Committed By:   skrll
Date:           Mon Dec  5 05:56:20 UTC 2022

Modified Files:
        src/sys/sys: param.h

Log Message:
Fix a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.721 -r1.722 src/sys/sys/param.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/sys/param.h
diff -u src/sys/sys/param.h:1.721 src/sys/sys/param.h:1.722
--- src/sys/sys/param.h:1.721	Thu Dec  1 00:48:05 2022
+++ src/sys/sys/param.h	Mon Dec  5 05:56:20 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.721 2022/12/01 00:48:05 ryo Exp $	*/
+/*	$NetBSD: param.h,v 1.722 2022/12/05 05:56:20 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -259,7 +259,7 @@
 
 /*
  * Round p (pointer or byte index) up to a correctly-aligned value for all
- * data types (int, long, ...).   The result is u_int and must be cast to
+ * data types (int, long, ...).   The result is uintptr_t and must be cast to
  * any desired pointer type.
  *
  * ALIGNED_POINTER is a boolean macro that checks whether an address

Reply via email to