[NFC] Correct comments and line spacing

- Correct spelling mistakes or working in comments.
- Adding missing line separators.
- Add missing comments for namespace closing brace.

Change-Id: If09cdd38aa088b0f68f750dfdef81351eb8c4935
Esse commit está contido em:
Tony Tye
2021-01-10 00:07:13 +00:00
commit eb16dc5ef3
13 arquivos alterados com 28 adições e 26 exclusões
+1 -1
Ver Arquivo
@@ -522,7 +522,7 @@ bool Program::compileAndLinkExecutable(const amd_comgr_data_set_t inputs,
}
}
// Create the relocatiable data set
// Create the relocatable data set
if (status == AMD_COMGR_STATUS_SUCCESS) {
status = amd::Comgr::create_data_set(&relocatableData);
}