Fix some typos

This commit is contained in:
Juarez Bochi
2024-01-03 07:34:12 -05:00
parent c8469c4a27
commit e5cdcec626
2 changed files with 6 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ struct gguf_header {
uint64_t metadata_kv_count;
};
/* Key represneation in this library API. */
/* Key representation in this library API. */
typedef struct {
const char *name;
size_t namelen;