X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h.in;h=470332f322acba9c057185370528979ae4c45801;hp=ad7b602d73dee3ef56741fc49817e65e174feaba;hb=1c9ac10f4b2c6e83184fe29bd32e090fcac211e7;hpb=a4cb05f748a1104faba456217a762befc4faf2f3 diff --git a/sigrokdecode.h.in b/sigrokdecode.h.in index ad7b602..470332f 100644 --- a/sigrokdecode.h.in +++ b/sigrokdecode.h.in @@ -99,7 +99,7 @@ extern "C" { * Use SRD_API to mark public API symbols, and SRD_PRIV for private symbols. * * Variables and functions marked 'static' are private already and don't - * need SR_PRIV. However, functions which are not static (because they need + * need SRD_PRIV. However, functions which are not static (because they need * to be used in other libsigrokdecode-internal files) but are also not * meant to be part of the public libsigrokdecode API, must use SRD_PRIV. *