fix minor typos

This commit is contained in:
Mark Andrews
2006-02-26 23:08:41 +00:00
parent e865814666
commit 36775ac557
7 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
*/
#if !defined(LINT) && !defined(CODECENTER)
static const char rcsid[] = "$Id: irp.c,v 1.3.2.3 2004/03/17 01:54:21 marka Exp $";
static const char rcsid[] = "$Id: irp.c,v 1.3.2.4 2006/02/26 23:07:35 marka Exp $";
#endif
/* Imports */
@@ -517,7 +517,7 @@ irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text,
* int irs_irp_send_command(struct irp_p *pvt, const char *fmt, ...);
*
* Sends command to remote connected via the PVT
* struture. FMT and args after it are fprintf-like
* structure. FMT and args after it are fprintf-like
* arguments for formatting.
*
* Returns: