diff options
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h index 78ab4ca3810..0438592f875 100644 --- a/sys/arch/hppa64/include/param.h +++ b/sys/arch/hppa64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2010/07/01 04:20:38 jsing Exp $ */ +/* $OpenBSD: param.h,v 1.13 2011/04/07 15:45:17 miod Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -38,7 +38,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 u_long and must be cast to * any desired pointer type. */ #define ALIGNBYTES 7 |