diff --git a/include/gds-render/output-renderers/external-renderer-interfaces.h b/include/gds-render/output-renderers/external-renderer-interfaces.h index cd8fc37..7c2c589 100644 --- a/include/gds-render/output-renderers/external-renderer-interfaces.h +++ b/include/gds-render/output-renderers/external-renderer-interfaces.h @@ -62,14 +62,14 @@ /** * @brief Define for declaring the exported functions. * - * This not only helps with the declaration but also makes the symbols visible, so they can be called form outside the library + * This not only helps with the declaration but also makes the symbols visible, so they can be called from outside the library */ #define EXPORTED_FUNC_DECL(FUNC) EXPORT_FUNC FUNC /** * @brief Define for declaring exported variables * - * This not only helps with the declaration but also makes the symbols visible, so they can be accessed form outside the library + * This not only helps with the declaration but also makes the symbols visible, so they can be accessed from outside the library */ #define EXPORTED_VAR_DECL(VAR) EXPORT_VAR VAR