]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
Fix a bunch of typos.
[libsigrok.git] / src / libsigrok-internal.h
index 71fc79a9a6c69e9a710775f8854e57b7d3e54141..f3f6a0269f1b63c02a0db48f39223a32a7a52781 100644 (file)
@@ -402,7 +402,7 @@ struct sr_output_module {
        int (*init) (struct sr_output *o, GHashTable *options);
 
        /**
-        * This function is passed a copy of every packed in the data feed.
+        * This function is passed a copy of every packet in the data feed.
         * Any output generated by the output module in response to the
         * packet should be returned in a newly allocated GString
         * <code>out</code>, which will be freed by the caller.