netsurf: typo fix

This commit is contained in:
Pierre Tachoire
2023-10-04 18:16:00 +02:00
parent 8a1da4e0f2
commit cf8725757c

View File

@@ -553,7 +553,7 @@ fn documentHTMLVtable(doc_html: *DocumentHTML) c.dom_html_document_vtable {
return getVtable(c.dom_html_document_vtable, DocumentHTML, doc_html); return getVtable(c.dom_html_document_vtable, DocumentHTML, doc_html);
} }
// documentHTMLParseFromFileAlloc reads the full document, loads the content in a // documentHTMLParseFromFileAlloc parses the file.
// The allocator is required to create a null terminated string from filename. // The allocator is required to create a null terminated string from filename.
// The buffer is freed by the function. // The buffer is freed by the function.
// The caller is responsible for closing the document. // The caller is responsible for closing the document.