HP-Prec is not 64-bit
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex
index 319c195..3abcc42 100644
--- a/Doc/lib/libmarshal.tex
+++ b/Doc/lib/libmarshal.tex
@@ -34,7 +34,7 @@
(they will cause infinite loops).
{\bf Caveat:} On machines where C's \code{long int} type has more than
-32 bits (such as the DEC Alpha or the HP Precision Architecture), it
+32 bits (such as the DEC Alpha), it
is possible to create plain Python integers that are longer than 32
bits. Since the current \code{marshal} module uses 32 bits to
transfer plain Python integers, such values are silently truncated.