Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0cc4m authored Aug 11, 2024
1 parent af3cba0 commit b2f9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ struct vk_subbuffer {
uint64_t size;

operator vk::DescriptorBufferInfo() const {
return { buffer->buffer, offset ,size };
return { buffer->buffer, offset, size };
}
};

Expand Down

0 comments on commit b2f9d22

Please sign in to comment.