X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2Flibiberty.h;h=574761350267b1eaa281343a11fe5dd5c737f9e5;hb=a08da33eb3f69dec01810440a40c77ed56a79b69;hp=d9c0b259cb4b148d215cd37a87c5527a50f8a66d;hpb=669e09f609d30e070dc26db34d938a0888a01928;p=binutils-gdb.git diff --git a/include/libiberty.h b/include/libiberty.h index d9c0b259cb4..57476135026 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -558,7 +558,7 @@ extern FILE *pex_input_file (struct pex_obj *obj, int flags, extern FILE *pex_input_pipe (struct pex_obj *obj, int binary); /* Read the standard output of the last program to be executed. - pex_run can not be called after this. BINARY should be non-zero if + pex_run cannot be called after this. BINARY should be non-zero if the file should be opened in binary mode; this is ignored on Unix. Returns NULL on error. Don't call fclose on the returned FILE; it will be closed by pex_free. */ @@ -566,7 +566,7 @@ extern FILE *pex_input_pipe (struct pex_obj *obj, int binary); extern FILE *pex_read_output (struct pex_obj *, int binary); /* Read the standard error of the last program to be executed. - pex_run can not be called after this. BINARY should be non-zero if + pex_run cannot be called after this. BINARY should be non-zero if the file should be opened in binary mode; this is ignored on Unix. Returns NULL on error. Don't call fclose on the returned FILE; it will be closed by pex_free. */