From 33fa5b5d0c512c72c1d50b9420a36431cd10eb5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Feb 2019 22:39:56 +0100 Subject: Made to compile as C++. --- strbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strbuf.h') diff --git a/strbuf.h b/strbuf.h index fcbb7e74..c531734e 100644 --- a/strbuf.h +++ b/strbuf.h @@ -92,7 +92,7 @@ int strbuf_realloc_copy(strbuf* dest, strbuf* src); /* * Copies contents from src to dest, also allocating dest in the - * process. dest should not be initialized before this call. + * process. dest should not be initialized before self call. */ int strbuf_init_copy(strbuf* dest, strbuf* src); -- cgit v1.2.3