Fix typos

This commit is contained in:
practicalswift
2018-03-23 11:01:43 +01:00
committed by Christian Decker
parent d4aadd5e26
commit 0bf1b01425
5 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ forget to set it on one path.
`tal` and `tal_arr` to `talz` and `tal_arrz` for this reason, and
initialize only the fields you expect to be used.
Similarly, you can use `memcheck(mem, len)` to explicity assert that
Similarly, you can use `memcheck(mem, len)` to explicitly assert that
memory should have been initialized, rather than having valgrind
trigger later. We use this when placing things on queues, for example.