Browse Source

Typo in comment

Vitalii Demianets 11 years ago
parent
commit
9957145695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-titan.c

+ 1 - 1
driver-titan.c

@@ -735,7 +735,7 @@ error_bad_params:
 	} else if (0 == strncasecmp(str, "reconfigure", sizeof(str) - 1)) {
 		if (!die_reconfigure(device->device_data, asic, die, replybuf)) {
 			/* Do not return error on reconfigure command!
-			 * (or the whole bfgminer eill be restarted) */
+			 * (or the whole bfgminer will be restarted) */
 			*success = SDR_OK;
 			return replybuf;
 		}