]> sigrok.org Git - libsigrok.git/blobdiff - output/text/ascii.c
A few more random 'probe' to 'channel' changes.
[libsigrok.git] / output / text / ascii.c
index 7ad3fec335c45e1697ee716aa92532929c0c9998..3b3bcc72a28402db4e00fa35f17b81232b1209d8 100644 (file)
@@ -46,7 +46,7 @@ SR_PRIV int data_ascii(struct sr_output *o, const uint8_t *data_in,
        max_linelen = SR_MAX_CHANNELNAME_LEN + 3 + ctx->samples_per_line
                        + ctx->samples_per_line / 8;
         /*
-         * Calculate space needed for probes. Set aside 512 bytes for
+         * Calculate space needed for channels. Set aside 512 bytes for
          * extra output, e.g. trigger.
          */
        outsize = 512 + (1 + (length_in / ctx->unitsize) / ctx->samples_per_line)