1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Author: Andreas Beckmann <anbe@debian.org>
Description: recode to UTF-8
--- a/drivers/dahdi/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.c
+++ b/drivers/dahdi/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.c
@@ -71,10 +71,10 @@ $Octasic_Revision: 35 $
Function: Oct6100RemoteDebug
Description: This function interprets the remote debugging packets received
- by the users software. Commands contained in the packet are
+ by the users software. Commands contained in the packet are
executed by the API. In addition, a response packet is
constructed and returned by the function. It is the responsibility
- of the users software to transmit the response packet back to
+ of the users software to transmit the response packet back to
the source of the debugging packet.
-------------------------------------------------------------------------------
|