diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-28 19:24:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-28 19:24:50 +0200 |
commit | 573364b87ddbc2d3f3702229f8cb486b6dfb9e20 (patch) | |
tree | ecb1d10653050b62d30533050218071e83ec1d4f | |
parent | m (diff) | |
download | libgamma-573364b87ddbc2d3f3702229f8cb486b6dfb9e20.tar.gz libgamma-573364b87ddbc2d3f3702229f8cb486b6dfb9e20.tar.bz2 libgamma-573364b87ddbc2d3f3702229f8cb486b6dfb9e20.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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; |