diff --git a/ggml/src/ggml-webgpu/ggml-webgpu.cpp b/ggml/src/ggml-webgpu/ggml-webgpu.cpp index b378e80f70..afeb991f51 100644 --- a/ggml/src/ggml-webgpu/ggml-webgpu.cpp +++ b/ggml/src/ggml-webgpu/ggml-webgpu.cpp @@ -146,7 +146,7 @@ struct webgpu_submission_futures { struct webgpu_buf_pool { std::vector free; - // The pool must be synchronized because: + // The pool must be synchronized because // 1. The memset pool is shared globally by every ggml buffer, // since allocating a pool per ggml buffer would consume too much memory. // 2. For the per-thread buffer pools in webgpu_context,