From: Tomohiro Kusumi Date: Fri, 19 Apr 2019 19:04:21 +0000 (+0900) Subject: Fix typo "/zbin/zpool" -> "/sbin/zpool" X-Git-Tag: zfs-0.8.0-rc5~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b2ca6b1c0e6a2b1564323ab3e06a85ec668c2d;p=zfs Fix typo "/zbin/zpool" -> "/sbin/zpool" Reviewed-by: Richard Elling Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Signed-off-by: Tomohiro Kusumi Closes #8643 --- diff --git a/lib/libzfs_core/libzfs_core.c b/lib/libzfs_core/libzfs_core.c index 8a64396b4..99fc84d04 100644 --- a/lib/libzfs_core/libzfs_core.c +++ b/lib/libzfs_core/libzfs_core.c @@ -68,7 +68,7 @@ * of libzfs_core. For example, libzfs may implement "zfs send -R | * zfs receive" by using individual "send one snapshot", rename, * destroy, and "receive one snapshot" operations in libzfs_core. - * /sbin/zfs and /zbin/zpool will link with both libzfs and + * /sbin/zfs and /sbin/zpool will link with both libzfs and * libzfs_core. Other consumers should aim to use only libzfs_core, * since that will be the supported, stable interface going forwards. */