diff options
-rw-r--r-- | src/lib/libgamma-method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index 40d311f..7c14a6f 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -615,7 +615,7 @@ typedef struct libgamma_crtc_information * The Extended Display Identification Data associated with * the attached monitor. This is raw byte array that is usually * 128 bytes long. It is not NUL-terminate, rather its length - * is stored in `edid_size`. + * is stored in `edid_length`. */ unsigned char* edid; |