From 805fea97ac04edbb70787dc399eb48552b0b3a4d Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 1 Oct 2024 18:52:52 +0200 Subject: [PATCH] Update ggml/src/ggml-backend-impl.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Gäßler --- ggml/src/ggml-backend-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-backend-impl.h b/ggml/src/ggml-backend-impl.h index fb6d88e78..964a9c529 100644 --- a/ggml/src/ggml-backend-impl.h +++ b/ggml/src/ggml-backend-impl.h @@ -108,7 +108,7 @@ extern "C" { // compute graph (always async if supported by the backend) enum ggml_status (*graph_compute) (ggml_backend_t backend, struct ggml_cgraph * cgraph); - // IMPORTANT: these functions have been moved to the device interfance and will be removed from the backend interface + // IMPORTANT: these functions have been moved to the device interface and will be removed from the backend interface // new backends should implement the device interface instead // These functions are being moved to the device interface