summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-12-10 22:00:05 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-12-10 22:09:20 +0100
commit49f2cdc76dd405dfb674da1284349a28f75c2ebd (patch)
tree1a43b2a12a49de4742d4ebc435cc507c953c6fec /util.c
parentdff91b50165f92f6ef24546b668a9e2162bf1b6b (diff)
downloadlibsigrokdecode-49f2cdc76dd405dfb674da1284349a28f75c2ebd.tar.gz
libsigrokdecode-49f2cdc76dd405dfb674da1284349a28f75c2ebd.zip
struct srd_decoder: Fix/improve some documentation comments.
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index b7fd4fb..1e914e3 100644
--- a/util.c
+++ b/util.c
@@ -385,7 +385,7 @@ SRD_PRIV int py_str_as_str(PyObject *py_str, char **outstr)
/**
* Convert a Python list of unicode strings to a C string vector.
- * On success, a pointer to a newly allocated NULL-terminated array of
+ * On success, a pointer to a newly allocated NUL-terminated array of
* allocated C strings is written to @a out_strv. The caller must g_free()
* each string and the array itself.
*