We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a453f8 commit 60b81c0Copy full SHA for 60b81c0
1 file changed
source/adapters/hip/context.hpp
@@ -168,7 +168,7 @@ namespace {
168
/// Scoped context is used across all UR HIP plugin implementation to activate
169
/// the native Context on the current thread. The ScopedContext does not
170
/// reinstate the previous context as all operations in the hip adapter that
171
-/// require and active context, set the active context and don't rely on context
+/// require an active context, set the active context and don't rely on context
172
/// reinstation
173
class ScopedContext {
174
public:
0 commit comments