]> sigrok.org Git - libsigrokdecode.git/blobdiff - util.c
struct srd_decoder: Fix/improve some documentation comments.
[libsigrokdecode.git] / util.c
diff --git a/util.c b/util.c
index b7fd4fb4900728c6df3bc186f22aa141dac0578d..1e914e3e44a1ee0ae2b0d735cd87f29345f66551 100644 (file)
--- 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.
  *