Browse Source

libztex: fixed a typo

Denis Ahrens 13 years ago
parent
commit
01d7b261eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libztex.c

+ 1 - 1
libztex.c

@@ -468,7 +468,7 @@ static int libztex_configureFpgaLS(struct libztex_device *ztex, const char* firm
 			cnt = libusb_control_transfer(ztex->hndl, 0x40, 0x32, 0, 0, buf, length, 5000);
 			if (cnt != length)
 			{
-				applog(LOG_ERR, "%s: Failed send hs fpga data", ztex->repr);
+				applog(LOG_ERR, "%s: Failed send ls fpga data", ztex->repr);
 				break;
 			}
 		}