Module Name: src
Committed By: christos
Date: Sat Jan 3 16:44:15 UTC 2015
Modified Files:
src/sys/arch/mac68k/obio: iwm_fd.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/iwm_fd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mac68k/obio/iwm_fd.c
diff -u src/sys/arch/mac68k/obio/iwm_fd.c:1.54 src/sys/arch/mac68k/obio/iwm_fd.c:1.55
--- src/sys/arch/mac68k/obio/iwm_fd.c:1.54 Fri Jan 2 14:42:05 2015
+++ src/sys/arch/mac68k/obio/iwm_fd.c Sat Jan 3 11:44:14 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: iwm_fd.c,v 1.54 2015/01/02 19:42:05 christos Exp $ */
+/* $NetBSD: iwm_fd.c,v 1.55 2015/01/03 16:44:14 christos Exp $ */
/*
* Copyright (c) 1997, 1998 Hauke Fath. All rights reserved.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.54 2015/01/02 19:42:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.55 2015/01/03 16:44:14 christos Exp $");
#include "locators.h"
@@ -721,7 +721,7 @@ fdioctl(dev_t dev, u_long cmd, void *dat
fd = iwm->fd[fdUnit];
result = 0;
- error = disk_ioctl(&fd->diskIndfo, fdType, cmd, data, flag, l);
+ error = disk_ioctl(&fd->diskInfo, fdType, cmd, data, flag, l);
if (error != EPASSTHROUGH)
return error;