Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix a comment.
details: https://anonhg.NetBSD.org/src/rev/6cc51d1480dc
branches: trunk
changeset: 372527:6cc51d1480dc
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Dec 05 05:56:20 2022 +0000
description:
Fix a comment.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 450f56cc46d9 -r 6cc51d1480dc sys/sys/param.h
--- a/sys/sys/param.h Mon Dec 05 05:02:45 2022 +0000
+++ b/sys/sys/param.h Mon Dec 05 05:56:20 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index