X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=9feb7a0e6a718d563a2fc3ca6c9d045ed170d849;hp=1c7c2b07f9a73edd6a006801e9cc1eb1fd802348;hb=a6e50e8eb32035d44c94fd63bfae6c3de7481055;hpb=9899681e667c07db9a286c38fa76f53cfa726b73;ds=sidebyside diff --git a/src/extract.c b/src/extract.c index 1c7c2b07..9feb7a0e 100644 --- a/src/extract.c +++ b/src/extract.c @@ -534,10 +534,10 @@ error: * This function operates slightly differently depending on whether @lte_spec is * NULL or not. When @lte_spec is NULL, the behavior is to extract the default * file contents (unnamed stream), and, if named data streams are supported in - * the extract mode and volume, any named data streams. When @lte_spec is NULL, - * the behavior is to extract only all copies of the stream @lte_spec, and in - * addition use @lte_spec to set the reparse data or create the symbolic link if - * appropriate. + * the extract mode and volume, any named data streams. When @lte_spec is not + * NULL, the behavior is to extract only all copies of the stream @lte_spec, and + * in addition use @lte_spec to set the reparse data or create the symbolic link + * if appropriate. * * @path * Path to file to extract (as can be passed to apply_operations