fixing typo in comments

[ROCm/roctracer commit: 8ce5ece6d4]
This commit is contained in:
Evgeny
2019-07-31 00:52:39 -05:00
rodzic 3cc200d224
commit 16eec37fb4
+1 -1
Wyświetl plik
@@ -153,7 +153,7 @@ class KfdLoader : protected Loader {
static std::atomic<KfdLoader*> instance_;
};
// KFD runtime library loader class
// rocTX runtime library loader class
class RocTxLoader : protected Loader {
public:
typedef bool (RegisterApiCallback_t)(uint32_t op, void* callback, void* arg);