Fixed typo

svn path=/trunk/; revision=1870
This commit is contained in:
Eric Kohl 2001-05-02 19:04:25 +00:00
parent a4a7d78546
commit 7de8ff7c3c

View file

@ -174,7 +174,7 @@ VOID FloppyDpcReadWrite( PKDPC Dpc,
}
else {
IoFreeController( Controller );
// oetherwise, complete the Irp
// otherwise, complete the Irp
IoCompleteRequest( Irp, 0 );
}
}