aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/_limits.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-08-20 13:11:17 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-08-20 13:11:17 +0000
commit017261026e01dfab3b82b02803ebe6ea9c8dd923 (patch)
tree720729880531fc869bb16c7c2cf3aa8692223aa5 /sys/sparc64/include/_limits.h
parent1d45c50ec3bea3094308094daf1d74ed9724ab1d (diff)
Remove a stale occurrence of 'alpha' in a comment.
Notes
Notes: svn path=/head/; revision=149327
Diffstat (limited to 'sys/sparc64/include/_limits.h')
-rw-r--r--sys/sparc64/include/_limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h
index 5ec6df78b885..04604a23762f 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 */