diff --git a/docs/sphinx/reference-libobs-util-bmem.rst b/docs/sphinx/reference-libobs-util-bmem.rst index 36bc93cbe..a7ce06fb1 100644 --- a/docs/sphinx/reference-libobs-util-bmem.rst +++ b/docs/sphinx/reference-libobs-util-bmem.rst @@ -26,7 +26,7 @@ Memory Functions .. function:: void bfree(void *ptr) - Frees memory allocated with :c:func:`bmalloc()` or :c:func:`bfree()`. + Frees memory allocated with :c:func:`bmalloc()`. ---------------------