chiark / gitweb /
@@@ tty mess
[mLib] / test / tvec-remote.c
index bcbfad0d3af27b380417b1c90621a55633b69916..637f851efde34a2f00cc3c4a73286874671b246b 100644 (file)
@@ -169,7 +169,7 @@ static PRINTF_LIKE(3, 4)
 
   va_start(ap, msg);
   close_comms(rc); rc->f |= TVRF_BROKEN;
-  tvec_report_v(tv, TVLEV_ERR, msg, &ap);
+  tvec_report_v(tv, TVLV_ERR, msg, &ap);
   va_end(ap);
   return (-1);
 }
@@ -1020,7 +1020,7 @@ static void remote_etest(struct tvec_output *o, unsigned outcome)
 /* --- @remote_report@ --- *
  *
  * Arguments:  @struct tvec_output *o@ = output sink (ignored)
- *             @unsigned level@ = message level (@TVLEV_...@)
+ *             @unsigned level@ = message level (@TVLV_...@)
  *             @const char *msg@, @va_list *ap@ = format string and
  *                     arguments
  *
@@ -1662,7 +1662,7 @@ static void report_errline(char *p, size_t n, void *ctx)
  *
  *             If @f@ has @ERF_SILENT@ set, then discard the stderr material
  *             without reporting it.  Otherwise it is reported as
- *             @TVLEV_NOTE@.
+ *             @TVLV_NOTE@.
  *
  *             if @f@ has @ERF_CLOSE@ set, then continue reading until
  *             end-of-file is received; also, report any final partial line,