]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/netrc.cc
__deprecated is already defined by sys/cdefs.h :/.
[apt.git] / apt-pkg / contrib / netrc.cc
index 1e3778f4540821f248a326a8f70792764bbfb499..8840de72cb581c346bc251c0e2369c2af7b5a4ce 100644 (file)
@@ -116,7 +116,7 @@ static int parsenetrc_string (char *host, std::string &login, std::string &passw
             state = NOTHING;
           break;
         case HOSTVALID:
-          /* we are now parsing sub-keywords concerning "our" host */
+          /* we are now parsing sub-keywords regarding "our" host */
           if (state_login) {
             if (specific_login)
               state_our_login = !strcasecmp (login.c_str(), tok);