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