Browse Source

Merge commit '2821c14' into update_old_avalon_20130513

Luke Dashjr 13 years ago
parent
commit
1f0b032ab8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-avalon.c

+ 1 - 1
driver-avalon.c

@@ -336,7 +336,7 @@ static int avalon_reset(int fd, struct avalon_result *ar)
 	}
 
 	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)",
 		       i, buf[0], buf[1], buf[2], buf[3]);
 		/* FIXME: return 1; */