diff --git a/code/unix-glibc2.lisp b/code/unix-glibc2.lisp
index 478f5ab053fbd3ded57e8795cd4a401a4fc367d8..47da870d68cc9dd1e734e3f8cb23dc9598333158 100644
--- a/code/unix-glibc2.lisp
+++ b/code/unix-glibc2.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/code/unix-glibc2.lisp,v 1.9 2000/07/31 09:53:39 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix-glibc2.lisp,v 1.10 2000/08/17 12:57:25 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -2379,7 +2379,7 @@ in at a time in poll.")
    an event to occur; if TIMEOUT is -1, block until an event occurs.
    Returns the number of file descriptors with events, zero if timed out,
    or -1 for errors."
- (int-syscall ("pool" (* (struct pollfd)) long int)
+ (int-syscall ("poll" (* (struct pollfd)) long int)
 	      fds nfds timeout))
 
 ;;; sys/resource.h