aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-10 16:10:56 +0100
committerMattias Andrée <m@maandree.se>2025-02-10 16:10:56 +0100
commit89239fb572f6a008ce4251e57c2808c8345182a7 (patch)
tree983006e5b5bba7b48968669fd8e085687b6fe064
parentUpdate e-mail (diff)
downloadlibcoopgamma-89239fb572f6a008ce4251e57c2808c8345182a7.tar.gz
libcoopgamma-89239fb572f6a008ce4251e57c2808c8345182a7.tar.bz2
libcoopgamma-89239fb572f6a008ce4251e57c2808c8345182a7.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libcoopgamma_get_gamma_sync.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libcoopgamma_get_gamma_sync.3 b/libcoopgamma_get_gamma_sync.3
index e46cecf..f9f9575 100644
--- a/libcoopgamma_get_gamma_sync.3
+++ b/libcoopgamma_get_gamma_sync.3
@@ -6,7 +6,7 @@ libcoopgamma_get_gamma_sync - Synchronously retrieve a CRTC's filter table
#include <libcoopgamma.h>
int libcoopgamma_get_gamma_sync(const libcoopgamma_filter_query_t* restrict \fIquery\fP,
- libcoopgamma_filter_table_t* restrict \fItable\fpP,
+ libcoopgamma_filter_table_t* restrict \fItable\fP,
libcoopgamma_context_t *restrict \fIctx\fP);
.fi
.P