]> granicus.if.org Git - zfs/commitdiff
Fix typo "/zbin/zpool" -> "/sbin/zpool"
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 19 Apr 2019 19:04:21 +0000 (04:04 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Apr 2019 19:04:21 +0000 (12:04 -0700)
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8643

lib/libzfs_core/libzfs_core.c

index 8a64396b4cc78098a6b554a9bc0ff09121a1acb6..99fc84d0461453ad69e25006254bff5f72a49f6d 100644 (file)
@@ -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.
  */