* libdiskfs/boot-start.c (diskfs_S_fsys_init): Fix typo.
---
 libdiskfs/boot-start.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c
index 6d9a773..05d3b43 100644
--- a/libdiskfs/boot-start.c
+++ b/libdiskfs/boot-start.c
@@ -460,7 +460,7 @@ diskfs_S_fsys_init (mach_port_t port,
                    mach_port_t procserver,
                    mach_port_t authhandle)
 {
-  struct port_infe *pt;
+  struct port_info *pt;
   static int initdone = 0;
   mach_port_t host, startup;
   error_t err;
-- 
1.8.5.2


Reply via email to