Explorar o código

Fix Erik's typo.

Manuel Novoa III %!s(int64=20) %!d(string=hai) anos
pai
achega
30d4b70168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/pwd_grp/__getpwent_r.c

+ 1 - 1
libc/pwd_grp/__getpwent_r.c

@@ -47,7 +47,7 @@ int __getpwent_r(struct passwd * passwd, char * line_buff, size_t buflen, int pw
 		return ERANGE;
 	}
 
-	if (pw_fd == -1)
+	if (pwd_fd == -1)
 		setpwent();
 
 	/* We use the restart label to handle malformatted lines */