From 9494d7c4774ab745490b5a19570ff7747a194143 Mon Sep 17 00:00:00 2001 From: Richard Kiss Date: Tue, 12 Dec 2023 01:53:36 -0800 Subject: english : use `typos` to fix comments and logs (#4354) --- ggml-alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ggml-alloc.h') diff --git a/ggml-alloc.h b/ggml-alloc.h index ad87cebc..64a41246 100644 --- a/ggml-alloc.h +++ b/ggml-alloc.h @@ -43,7 +43,7 @@ GGML_API size_t ggml_allocr_alloc_graph(ggml_allocr_t alloc, struct ggml_cgraph // ggml-backend v2 API // -// Seperate tensor and graph allocator objects +// Separate tensor and graph allocator objects // This is necessary for multi-backend allocation because the graph allocator needs to use multiple tensor allocators // The original API is kept as a wrapper around the new API -- cgit v1.2.3