cvs updates from Wed Dec 15 17:45:22 EST 2010
[tridge/bind9.git] / contrib / dlz / drivers / dlz_filesystem_driver.c
index d41d5ac96c0ebd35859875d77d036b2fe23e7913..36514918771b6b4cbd3ed740d6d9cbfc99c4bb4e 100644 (file)
@@ -260,7 +260,7 @@ create_path(const char *zone, const char *host, const char *client,
        if ((host != NULL) && (is_safe(host) != ISC_TRUE) )
                return (ISC_R_FAILURE);
 
-       /* if host was passed, verify that it is safe */
+       /* if client was passed, verify that it is safe */
        if ((client != NULL) && (is_safe(client) != ISC_TRUE) )
                return (ISC_R_FAILURE);