fixed doc

This commit is contained in:
Jeff Hill
1998-05-05 21:06:20 +00:00
parent 5dfa5ca37d
commit d65fce5b3f
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ long devConnectInterrupt(
/*
*
* The parameter pFunction should be set to the C function pointer that
* was connected. It is used as a key to prevent a driver from accidentally
* was connected. It is used as a key to prevent a driver from inadvertently
* removing an interrupt handler that it didn't install
*/
long devDisconnectInterrupt(

View File

@@ -141,7 +141,7 @@ long devConnectInterrupt(
/*
*
* The parameter pFunction should be set to the C function pointer that
* was connected. It is used as a key to prevent a driver from accidentally
* was connected. It is used as a key to prevent a driver from inadvertently
* removing an interrupt handler that it didn't install
*/
long devDisconnectInterrupt(