From 87736624cd15794a5a59e58585a0ab2d6d18714d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Sep 2014 02:17:22 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/libgamma-facade.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libgamma-facade.h') diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index a36abca..0a384f5 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -297,7 +297,7 @@ void libgamma_crtc_information_free(libgamma_crtc_information_t* restrict this); * * @param edid The EDID in raw representation. * @param length The length of `edid`. - * @retrun The EDID in lowercase hexadecimal representation, + * @return The EDID in lowercase hexadecimal representation, * `NULL` on allocation error, `errno` will be set accordingly. */ char* libgamma_behex_edid_lowercase(const unsigned char* restrict edid, size_t length); @@ -307,7 +307,7 @@ char* libgamma_behex_edid_lowercase(const unsigned char* restrict edid, size_t l * * @param edid The EDID in raw representation. * @param length The length of `edid`. - * @retrun The EDID in uppercase hexadecimal representation, + * @return The EDID in uppercase hexadecimal representation, * NULL` on allocation error, `errno` will be set accordingly. */ char* libgamma_behex_edid_uppercase(const unsigned char* restrict edid, size_t length); @@ -316,7 +316,7 @@ char* libgamma_behex_edid_uppercase(const unsigned char* restrict edid, size_t l * Convert an hexadecimal representation of an EDID to a raw representation. * * @param edid The EDID in hexadecimal representation. - * @retrun The EDID in raw representation, it will be half the length + * @return The EDID in raw representation, it will be half the length * of `edid` (the input value). `NULL` on allocation error or * if the EDID is malformated, `errno` will be set accordingly. */ -- cgit v1.2.3-70-g09d2