From c97e21d80c62e7ee93ad9663868958e8f0abf304 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 2 Jun 2014 22:44:12 +0200 Subject: m doc 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.c.gpp | 4 ++-- src/lib/libgamma-facade.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp index d49480f..1466f59 100644 --- a/src/lib/libgamma-facade.c.gpp +++ b/src/lib/libgamma-facade.c.gpp @@ -345,7 +345,7 @@ const char* libgamma_method_default_site_variable(int method) * `free`:able. One the state is destroyed the library * will attempt to free it. There you should not free * it yourself, and it must not be a string constant - * or allocate on the stack. Note however that it will + * or allocated on the stack. Note however that it will * not be `free`:d if this function fails. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. @@ -459,7 +459,7 @@ int libgamma_partition_restore(libgamma_partition_state_t* restrict this) * * @param this The CRTC state to initialise. * @param partition The partition state for the partition that the CRTC belongs to. - * @param crtc The the index of the CRTC within the site. + * @param crtc The the index of the CRTC within the partition. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index 87d853b..4385d08 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -215,7 +215,7 @@ int libgamma_partition_restore(libgamma_partition_state_t* restrict this); * * @param this The CRTC state to initialise. * @param partition The partition state for the partition that the CRTC belongs to. - * @param crtc The the index of the CRTC within the site. + * @param crtc The the index of the CRTC within the partition. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ -- cgit v1.2.3-70-g09d2