summaryrefslogtreecommitdiff
path: root/src/cairo-fixed-type-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-fixed-type-private.h')
-rw-r--r--src/cairo-fixed-type-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-fixed-type-private.h b/src/cairo-fixed-type-private.h
index 9c99d3f0..d8305ee3 100644
--- a/src/cairo-fixed-type-private.h
+++ b/src/cairo-fixed-type-private.h
@@ -64,7 +64,7 @@ typedef cairo_int128_t cairo_fixed_96_32_t;
/* A signed type %CAIRO_FIXED_BITS in size; the main fixed point type */
typedef int32_t cairo_fixed_t;
-/* An unsigned type of the same size as cairo_fixed_t */
+/* An unsigned type of the same size as #cairo_fixed_t */
typedef uint32_t cairo_fixed_unsigned_t;
#endif /* CAIRO_FIXED_TYPE_PRIVATE_H */