diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index 0bcf90d645d2e7e3083cc6ddea41962bebcd98b5..2a01bb74f860df7af25a1bd4e1be86735c92e02f 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.63 1998/02/20 18:40:46 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.64 1998/02/24 18:12:10 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -437,7 +437,7 @@
     (double-float (signed-byte 32)) double-float
     (movable foldable flushable))
 
-(defknown (%log1p-limited)
+(defknown (%log1p)
     (double-float) double-float
     (movable foldable flushable))