]> sigrok.org Git - libsigrok.git/blobdiff - src/input/raw_analog.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / input / raw_analog.c
index 5794ae845712566640be8418ef22b7b067e9b398..272250eb2945b06f8a648e9cb24583d13b9139fe 100644 (file)
@@ -281,7 +281,7 @@ static int reset(struct sr_input *in)
 SR_PRIV struct sr_input_module input_raw_analog = {
        .id = "raw_analog",
        .name = "RAW analog",
-       .desc = "Raw analog signals without header",
+       .desc = "Raw analog data without header",
        .exts = (const char*[]){"raw", "bin", NULL},
        .options = get_options,
        .init = init,