commit 660544216a648d3971dc71cfdcdb0ad8d435d110
parent b163df4c98d9acfbc15d238dfa4aaf4b3af35627
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 8 Jan 2018 09:31:18 +0100
Fix a typo in the public header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis.h b/src/sdis.h
@@ -51,7 +51,7 @@ struct mem_allocator;
* a reference on the data, i.e. they increment or decrement the reference
* counter, respectively. When this counter reaches 0, the object is silently
* destroyed and cannot be used anymore. */
-truct sdis_data;
+struct sdis_data;
struct sdis_device;
struct sdis_estimator;
struct sdis_interface;