diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-07 22:30:17 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-13 00:49:23 +0100 |
commit | d523eae6e0617e6ad5055738ea4864deacae4313 (patch) | |
tree | e7cb74b97b6d18d4a549abd745147e941115d5e6 /sigrokdecode.h.in | |
parent | 90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c (diff) | |
download | libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.tar.gz libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.zip |
Cosmetics, fix typos.
Diffstat (limited to 'sigrokdecode.h.in')
-rw-r--r-- | sigrokdecode.h.in | 2 |
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. * |