Browse Source

Minor grammo in avalon driver.

Con Kolivas 13 years ago
parent
commit
2821c143f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.c

+ 1 - 1
driver-avalon.c

@@ -335,7 +335,7 @@ static int avalon_reset(int fd, struct avalon_result *ar)
 	}
 	}
 
 
 	if (i != 11) {
 	if (i != 11) {
-		applog(LOG_ERR, "Avalon: Reset failed! not a Avalon?"
+		applog(LOG_ERR, "Avalon: Reset failed! not an Avalon?"
 		       " (%d: %02x %02x %02x %02x)",
 		       " (%d: %02x %02x %02x %02x)",
 		       i, buf[0], buf[1], buf[2], buf[3]);
 		       i, buf[0], buf[1], buf[2], buf[3]);
 		/* FIXME: return 1; */
 		/* FIXME: return 1; */