X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoder.c;h=6290add071b64865cb36c9a392d15e7da6440d1f;hp=4cf419791fec21af4bbe6a3d25ddfdf2518d439f;hb=1c9ac10f4b2c6e83184fe29bd32e090fcac211e7;hpb=29590b14fc508a0b951ea0b87e98f7741808bab0 diff --git a/decoder.c b/decoder.c index 4cf4197..6290add 100644 --- a/decoder.c +++ b/decoder.c @@ -124,7 +124,7 @@ err_out: /** * Load a protocol decoder module into the embedded Python interpreter. * - * @param module_name The module name to be loaded. + * @param name The module name to be loaded. * * @return SRD_OK upon success, a (negative) error code otherwise. */