From 40ff9281c6ea020726cd8deb1ffb7b0a2b8bf6e9 Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Fri, 19 May 2023 16:36:19 +0200 Subject: [PATCH] Fixed typo --- doc/funcref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 6418723b5..2a6d77adc 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -976,7 +976,7 @@ previously been allocated by /, / or /. Passing a pointer to a block that was is not the result of one of the -allocation functions, or that has been free'd will give unpredicable results. +allocation functions, or that has been free'd will give unpredictable results. The function is available only as a fastcall function; so, it may be used only in the presence of a prototype.