aboutsummaryrefslogtreecommitdiffstats
path: root/src/edid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edid.c')
-rw-r--r--src/edid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edid.c b/src/edid.c
index 09b3ef5..cee2fef 100644
--- a/src/edid.c
+++ b/src/edid.c
@@ -24,13 +24,13 @@
/**
- * Parse the EDID of a monitor
+ * Parse the EDID of a monitor.
*
* @param this Instance of a data structure to fill with the information about the EDID.
* It must contain the EDID and its length.
* @param feilds OR:ed identifiers for the information about the EDID that should be parsed.
* Fields that do not have to do with EDID are ignored.
- * @return Non-zero on error
+ * @return Non-zero on error.
*/
int libgamma_parse_edid(libgamma_crtc_information_t* restrict this, int32_t fields)
{