Remove a stale occurrence of 'alpha' in a comment.
This commit is contained in:
parent
1d45c50ec3
commit
017261026e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149327
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user