examples/vhost_blk: replace SMP barrier with thread fence
[dpdk.git] / lib / librte_vhost / meson.build
index cc9aa65..6185dea 100644 (file)
@@ -3,7 +3,7 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
 if has_libnuma == 1
        dpdk_conf.set10('RTE_LIBRTE_VHOST_NUMA', true)