spelling: semantics

This commit is contained in:
Josh Soref
2018-03-11 19:00:26 +00:00
parent c39b9a0f4f
commit 02a8be09f9

View File

@@ -109,7 +109,7 @@ type vaultClientHeapEntry struct {
index int
}
// Wrapper around the actual heap to provide additional symantics on top of
// Wrapper around the actual heap to provide additional semantics on top of
// functions provided by the heap interface. In order to achieve that, an
// additional map is placed beside the actual heap. This map can be used to
// check if an entry is already present in the heap.