From 9dd9dc8ddcba56a951ded5e8ea4f6eba7263e518 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 13 Oct 2016 22:09:00 -0400 Subject: [PATCH] fixed dependency in fpga node-type description --- lib/nodes/fpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/fpga.c b/lib/nodes/fpga.c index def80ce47..d4082317b 100644 --- a/lib/nodes/fpga.c +++ b/lib/nodes/fpga.c @@ -433,7 +433,7 @@ int fpga_write(struct node *n, struct sample *smps[], unsigned cnt) static struct node_type vt = { .name = "fpga", - .description = "VILLASfpga PCIe card (libpci)", + .description = "VILLASfpga PCIe card (libxil)", .size = sizeof(struct fpga_dm), .vectorize = 1, .parse = fpga_parse,