Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Wed, 20 Nov 2002 20:35:04 +0000 (20:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Nov 2002 20:35:04 +0000 (20:35 +0000)
v7/src/microcode/uxfs.c

index 275845746ba30411487b17d1937ab4c48797801f..643a2b0ca1d6ff73983cbb5cb3bac2e7b877a431 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: uxfs.c,v 1.23 2002/11/20 19:46:15 cph Exp $
+$Id: uxfs.c,v 1.24 2002/11/20 20:35:04 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
@@ -33,7 +33,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #  undef HAVE_STATFS
 #endif
 
-#ifdef HAVE_STATSF
+#ifdef HAVE_STATFS
 #  ifdef HAVE_SYS_VFS_H
      /* GNU/Linux */
 #    include <sys/vfs.h>