Skip to content

Commit e1c2696

Browse files
committed
Update code comment
1 parent 6734b76 commit e1c2696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quickjs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56931,8 +56931,7 @@ JSValue JS_GetTypedArrayBuffer(JSContext *ctx, JSValueConst obj,
5693156931
return js_dup(JS_MKPTR(JS_TAG_OBJECT, ta->buffer));
5693256932
}
5693356933

56934-
/* return NULL if exception. WARNING: any JS call can detach the
56935-
buffer and render the returned pointer invalid */
56934+
/* WARNING: any JS call can detach the buffer and render the returned pointer invalid */
5693656935
uint8_t *JS_GetUint8Array(JSContext *ctx, size_t *psize, JSValueConst obj)
5693756936
{
5693856937
JSObject *p;

0 commit comments

Comments
 (0)