diff options
Diffstat (limited to 'src/cairo-ps-surface.c')
-rw-r--r-- | src/cairo-ps-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c index 4adccad6b..fb2696ea6 100644 --- a/src/cairo-ps-surface.c +++ b/src/cairo-ps-surface.c @@ -1583,7 +1583,7 @@ cairo_ps_surface_set_size (cairo_surface_t *surface, * beyond these two conditions, this function will not enforce * conformance of the comment with any particular specification. * - * The comment string should not have a trailing newline. + * The comment string must not contain any newline characters. * * The DSC specifies different sections in which particular comments * can appear. This function provides for comments to be emitted |