diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 06385e5ce932f322fddbb296a3d6383c6735079c..e72e4593385a5c788a6f7bc2406af09d442034d3 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.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/fndb.lisp,v 1.111 2003/04/23 20:05:05 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.112 2003/04/26 19:34:52 gerd Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -605,7 +605,7 @@
 (defknown copy-alist (list) list (flushable))
 (defknown copy-tree (t) t (flushable))
 (defknown revappend (list t) t (flushable))
-(defknown nconc (&rest list) list ())
+(defknown nconc (&rest t) t ())
 (defknown nreconc (list t) list ())
 (defknown butlast (list &optional index) list (flushable))
 (defknown nbutlast (list &optional index) list ())