mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed typo
svn path=/trunk/; revision=1870
This commit is contained in:
parent
a4a7d78546
commit
7de8ff7c3c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ VOID FloppyDpcReadWrite( PKDPC Dpc,
|
|||
}
|
||||
else {
|
||||
IoFreeController( Controller );
|
||||
// oetherwise, complete the Irp
|
||||
// otherwise, complete the Irp
|
||||
IoCompleteRequest( Irp, 0 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue