diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-08-20 13:11:17 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-08-20 13:11:17 +0000 |
commit | a127131b7d694d2429feaa6cf71b535de8456fac (patch) | |
tree | 720729880531fc869bb16c7c2cf3aa8692223aa5 /sys/sparc64 | |
parent | df3343c5ae686fc9dda8618a212f08ec591b7e7e (diff) | |
download | FreeBSD-src-a127131b7d694d2429feaa6cf71b535de8456fac.zip FreeBSD-src-a127131b7d694d2429feaa6cf71b535de8456fac.tar.gz |
Remove a stale occurrence of 'alpha' in a comment.
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/include/_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h index 5ec6df7..04604a2 100644 --- a/sys/sparc64/include/_limits.h +++ b/sys/sparc64/include/_limits.h @@ -73,7 +73,7 @@ #define __OFF_MAX __LONG_MAX /* max value for an off_t */ #define __OFF_MIN __LONG_MIN /* min value for an off_t */ -/* Quads and longs are the same on the alpha. Ensure they stay in sync. */ +/* Quads and longs are the same size. Ensure they stay in sync. */ #define __UQUAD_MAX (__ULONG_MAX) /* max value for a uquad_t */ #define __QUAD_MAX (__LONG_MAX) /* max value for a quad_t */ #define __QUAD_MIN (__LONG_MIN) /* min value for a quad_t */ |