From 15618153d3ebeb84cc57b0c9c83a2eedba4e6be3 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 27 Mar 2019 10:34:13 -0500 Subject: [PATCH] fixed comments --- inc/ext/prof_protocol.h | 4 ++-- inc/roctracer.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/ext/prof_protocol.h b/inc/ext/prof_protocol.h index 14bc81cb23..d59343d623 100644 --- a/inc/ext/prof_protocol.h +++ b/inc/ext/prof_protocol.h @@ -26,8 +26,8 @@ THE SOFTWARE. // Traced API domains typedef enum { ACTIVITY_DOMAIN_HSA_API = 0, // HSA domain - ACTIVITY_DOMAIN_HSA_OPS = 1, // HSA AYNC domain - ACTIVITY_DOMAIN_HCC_OPS = 2, // HCC domain + ACTIVITY_DOMAIN_HSA_OPS = 1, // HSA async activity domain + ACTIVITY_DOMAIN_HCC_OPS = 2, // HCC async activity domain ACTIVITY_DOMAIN_HIP_API = 3, // HIP domain ACTIVITY_DOMAIN_NUMBER = 4 } activity_domain_t; diff --git a/inc/roctracer.h b/inc/roctracer.h index b8d4f346e4..f39118abdf 100644 --- a/inc/roctracer.h +++ b/inc/roctracer.h @@ -76,7 +76,7 @@ const char* roctracer_error_string(); // Activity domain type typedef activity_domain_t roctracer_domain_t; -// Return Op string by given domain and Op codes +// Return Op string by given domain and Op code // NULL returned on the error and the library errno is set const char* roctracer_op_string( uint32_t domain, // tracing domain