From cf8725757c81d617be195a57f88ab88a08a218ed Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 4 Oct 2023 18:16:00 +0200 Subject: [PATCH] netsurf: typo fix --- src/netsurf.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netsurf.zig b/src/netsurf.zig index a94b1f9b..9ec0714e 100644 --- a/src/netsurf.zig +++ b/src/netsurf.zig @@ -553,7 +553,7 @@ fn documentHTMLVtable(doc_html: *DocumentHTML) c.dom_html_document_vtable { 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 buffer is freed by the function. // The caller is responsible for closing the document.