diff options
author | ru <ru@FreeBSD.org> | 2006-03-16 14:27:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-16 14:27:17 +0000 |
commit | f93dac5b2fe9d29d2201b2ff0fd470d844d439ca (patch) | |
tree | 0bd4985f2f89413a2453dba3dad54821c14c2e80 | |
parent | 5aca7016bd81343e15499fead2a01f055dd10593 (diff) | |
download | FreeBSD-src-f93dac5b2fe9d29d2201b2ff0fd470d844d439ca.zip FreeBSD-src-f93dac5b2fe9d29d2201b2ff0fd470d844d439ca.tar.gz |
Fix comment.
-rw-r--r-- | lib/libc/ia64/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/ia64/Makefile.inc b/lib/libc/ia64/Makefile.inc index 791bf45..3043777 100644 --- a/lib/libc/ia64/Makefile.inc +++ b/lib/libc/ia64/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD$ # -# Machine dependent definitions for the alpha architecture. +# Machine dependent definitions for the ia64 architecture. # # Long double is 80 bits |