summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2009-02-28 03:00:30 +0100
committerVincent Untz <vuntz@novell.com>2009-02-28 03:00:30 +0100
commit0fef967b8aaad56fc413d4335899698ed92d39ce (patch)
tree7a9b437dafb80bd357fb2b19821adf53eb5a306b
parent1e0b8a3249a0ac99c2bd3b8d5aa75719e3d16985 (diff)
Tweak comment.
-rw-r--r--src/cups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups.c b/src/cups.c
index 9281be8..a8c6a1c 100644
--- a/src/cups.c
+++ b/src/cups.c
@@ -906,7 +906,7 @@ cph_cups_file_get (CphCups *cups,
if (cph_cups_reconnect (cups)) {
int fd;
- /* if cupsGetFile fail then filename is erased */
+ /* if cupsGetFile fail, then filename is unlinked */
fd = open (filename, O_CREAT, S_IRUSR | S_IWUSR);
close (fd);
chown (filename, uid, gid);