[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


[ROCm/clr commit: eb16dc5ef3]
Этот коммит содержится в:
Tony Tye
2021-01-10 00:07:13 +00:00
родитель a34ae9cfcf
Коммит 3b6c42f78d
13 изменённых файлов: 28 добавлений и 26 удалений
+1 -1
Просмотреть файл
@@ -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);
}