X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h.in;h=033e30ee4652e557097c2facd5f62998eebde4db;hp=6b05b64db622fc2f61ccba9b1bf5b7be3ac74c62;hb=d523eae6e0617e6ad5055738ea4864deacae4313;hpb=90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c diff --git a/sigrokdecode.h.in b/sigrokdecode.h.in index 6b05b64..033e30e 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. *