Cleanup: spelling in comments

Also move notes about where noise functions come from
into the function body as it's not relavant to the public doc-string.
This commit is contained in:
2021-12-13 16:22:20 +11:00
parent 8ad2642c47
commit 36c6b2e893
8 changed files with 17 additions and 17 deletions

View File

@@ -682,8 +682,8 @@ class VariableState : NonCopyable, NonMovable {
/**
* Destruct the masked elements in this variable.
* \return True when all elements of this variable are unitialized and the variable state can be
* released.
* \return True when all elements of this variable are initialized and the variable state can be
* released.
*/
bool destruct(IndexMask mask,
IndexMask full_mask,