]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix a comment.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 27 Apr 2011 20:27:50 +0000 (20:27 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 27 Apr 2011 20:27:50 +0000 (20:27 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9722 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/cups-driverd.cxx

index 4eedb2a8be754b76923f90c32b9f7be89c7ee4ae..11b431fb08402e0a8c1a4a4ce25186b5b64b4df0 100644 (file)
@@ -299,7 +299,7 @@ cat_drv(const char *name,           /* I - PPD name */
   if ((datadir = getenv("CUPS_DATADIR")) == NULL)
     datadir = CUPS_DATADIR;
 
-  // Pull out the 
+  // Pull out the path to the .drv file...
   if (httpSeparateURI(HTTP_URI_CODING_ALL, name, scheme, sizeof(scheme),
                       userpass, sizeof(userpass), host, sizeof(host), &port,
                      resource, sizeof(resource)) < HTTP_URI_OK ||