diff options
Diffstat (limited to 'blob.go')
| -rw-r--r-- | blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ func (repo *Repository) CreateBlobFromBuffer(data []byte) (*Oid, error) { var size C.size_t // Go 1.6 added some increased checking of passing pointer to - // C, but its check depends on its expectations of waht we + // C, but its check depends on its expectations of what we // pass to the C function, so unless we take the address of // its contents at the call site itself, it can fail when // 'data' is a slice of a slice. |
