util: Fix 'calss' type in the virtio-ports scanning code

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2016-09-12 18:23:03 +01:00
parent ffd28a721c
commit 6824ff3d2e
+1 -1
View File
@@ -512,7 +512,7 @@ int hyper_open_channel(char *channel, int mode)
num = scandir("/sys/class/virtio-ports/", &list, NULL, NULL);
if (num < 0) {
perror("scan /sys/calss/virtio-ports/ failed");
perror("scan /sys/class/virtio-ports/ failed");
return -1;
}