diff loadtools/tpinterf.c @ 35:05af070c4b60

loadtool: preparations for dump2bin and dump2srec
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 05 May 2013 02:24:56 +0000
parents aca1948e9713
children
line wrap: on
line diff
--- a/loadtools/tpinterf.c	Sat May 04 08:47:53 2013 +0000
+++ b/loadtools/tpinterf.c	Sun May 05 02:24:56 2013 +0000
@@ -1,7 +1,8 @@
 /*
  * Target program interface - this module provides some primitives
  * for communicating programmatically with loadagent and possibly
- * other target-utils.
+ * other target-utils.  This module will be linked by both
+ * fc-loadtool and fc-chainload.
  */
 
 #include <sys/types.h>
@@ -81,7 +82,7 @@
 
 /*
  * This function sends the previously-constructed command to the target,
- * and collects the expected response.
+ * and collects the expected echo.
  *
  * Return value: 0 if successful, -1 on errors (timeout or wrong response)
  */