Fix comment spelling errors.

Signed-off-by: Garrison Jensen <garrison.jensen@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2402
This commit is contained in:
Garrison Jensen 2014-06-15 10:17:45 -07:00 committed by Brian Behlendorf
parent 52e68edc2d
commit b8fce77b08
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
* to commit to it once it is more complete and we determine that it * to commit to it once it is more complete and we determine that it
* meets the needs of all consumers. * meets the needs of all consumers.
* *
* - Programatic Error Handling. libzfs_core communicates errors with * - Programmatic Error Handling. libzfs_core communicates errors with
* defined error numbers, and doesn't print anything to stdout/stderr. * defined error numbers, and doesn't print anything to stdout/stderr.
* *
* - Thin Layer. libzfs_core is a thin layer, marshaling arguments * - Thin Layer. libzfs_core is a thin layer, marshaling arguments
@ -350,7 +350,7 @@ lzc_exists(const char *dataset)
* added to errlist, but will not cause an overall failure. * added to errlist, but will not cause an overall failure.
* *
* The return value will be 0 if all holds, for snapshots that existed, * The return value will be 0 if all holds, for snapshots that existed,
* were succesfully created. * were successfully created.
* *
* Otherwise the return value will be the errno of a (unspecified) hold that * Otherwise the return value will be the errno of a (unspecified) hold that
* failed and no holds will be created. * failed and no holds will be created.