Skip to content

Commit c8d4fc2

Browse files
committed
typo
1 parent 9944ec5 commit c8d4fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/bu/env.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ BU_EXPORT extern ssize_t bu_mem(int type, size_t *sz);
125125
* was requested.
126126
*
127127
* Caller should NOT free either the main string return from bu_editor or the
128-
* pointer assigned to editor_opt. Both outputs may both change contents from
129-
* one call to the next, so caller should duplicate the string outputs if they
128+
* pointer assigned to editor_opt. Both outputs may change contents from one
129+
* call to the next, so caller should duplicate the string outputs if they
130130
* wish to preserve them beyond the next bu_editor call.
131131
*/
132132
BU_EXPORT const char *bu_editor(const char **editor_opt, int etype, int check_for_cnt, const char **check_for_editors);

0 commit comments

Comments
 (0)