diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 09:11:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 09:11:29 +0200 |
commit | 8120fa77a38a4bae3cee466fe3f8afcea65bda6b (patch) | |
tree | 0b8b751fa5a6bc1d25a88b8a8522569e08744e85 /src | |
parent | typo (diff) | |
download | libgamma-8120fa77a38a4bae3cee466fe3f8afcea65bda6b.tar.gz libgamma-8120fa77a38a4bae3cee466fe3f8afcea65bda6b.tar.bz2 libgamma-8120fa77a38a4bae3cee466fe3f8afcea65bda6b.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libgamma-facade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index 425fc43..b10848d 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -173,7 +173,7 @@ void libgamma_site_destroy(libgamma_site_state_t* restrict this); void libgamma_site_free(libgamma_site_state_t* restrict this); /** - * Restore the gamma ramps all CRTC:s with a site to the system settings. + * Restore the gamma ramps all CRTC:s within a site to the system settings. * * @param this The site state. * @return Zero on success, otherwise (negative) the value of an @@ -210,7 +210,7 @@ void libgamma_partition_destroy(libgamma_partition_state_t* restrict this); void libgamma_partition_free(libgamma_partition_state_t* restrict this); /** - * Restore the gamma ramps all CRTC:s with a partition to the system settings. + * Restore the gamma ramps all CRTC:s within a partition to the system settings. * * @param this The partition state. * @return Zero on success, otherwise (negative) the value of an |