summaryrefslogtreecommitdiff
path: root/sigrokdecode.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'sigrokdecode.h.in')
-rw-r--r--sigrokdecode.h.in2
1 files changed, 1 insertions, 1 deletions
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.
*