SWDEV-1 - ROC CLR typos

This is cherry-picked from this github issue:
https://github.com/ROCm-Developer-Tools/ROCclr/issues/28

Change-Id: I236f4f25a2dabe05883159af0fab0bad06ab0fd0
このコミットが含まれているのは:
Maxime Chambonnet
2022-01-01 22:28:54 +01:00
committed by Jeremy Newton
コミット d45794e985
7個のファイルの変更10行の追加10行の削除
+1 -1
ファイルの表示
@@ -246,7 +246,7 @@ bool LightningProgram::saveBinaryAndSetType(type_t type, void* rawBinary, size_t
}
else { // handle LLVM binary
if (llvmBinary_.empty()) {
buildLog_ += "ERROR: Tried to save emtpy LLVM binary \n";
buildLog_ += "ERROR: Tried to save empty LLVM binary \n";
return false;
}
rawBinary = (void*)llvmBinary_.data();