X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=f3f6a0269f1b63c02a0db48f39223a32a7a52781;hb=f3f19d1131025b68d29a11273b627c83d748e7ea;hp=71fc79a9a6c69e9a710775f8854e57b7d3e54141;hpb=7637cc60ba0201202eec98f66d8494e6ba3d53bd;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 71fc79a9..f3f6a026 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -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 * out, which will be freed by the caller.