]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix comments to match code.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 29 Jul 2002 19:06:21 +0000 (19:06 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 29 Jul 2002 19:06:21 +0000 (19:06 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@2583 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/cups-lpd.c

index fcbce59b4d92c41f50dee108c7cf57df1017e160..97bcbf4273363076a5d9e304fa35fc6f4b8a604f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: cups-lpd.c,v 1.34 2002/06/07 15:43:20 mike Exp $"
+ * "$Id: cups-lpd.c,v 1.35 2002/07/29 19:06:21 mike Exp $"
  *
  *   Line Printer Daemon interface for the Common UNIX Printing System (CUPS).
  *
@@ -27,7 +27,7 @@
  *   print_file()       - Print a file to a printer or class.
  *   recv_print_job()   - Receive a print job from the client.
  *   remove_jobs()      - Cancel one or more jobs.
- *   send_short_state() - Send the short queue state.
+ *   send_state()       - Send the queue state.
  *   smart_gets()       - Get a line of text, removing the trailing CR
  *                        and/or LF.
  */
@@ -1289,5 +1289,5 @@ smart_gets(char *s,       /* I - Pointer to line buffer */
 
 
 /*
- * End of "$Id: cups-lpd.c,v 1.34 2002/06/07 15:43:20 mike Exp $".
+ * End of "$Id: cups-lpd.c,v 1.35 2002/07/29 19:06:21 mike Exp $".
  */