diff --git a/source/adapters/hip/context.hpp b/source/adapters/hip/context.hpp index 0233e0e6cb..d3b5fc91d0 100644 --- a/source/adapters/hip/context.hpp +++ b/source/adapters/hip/context.hpp @@ -168,7 +168,7 @@ namespace { /// Scoped context is used across all UR HIP plugin implementation to activate /// the native Context on the current thread. The ScopedContext does not /// reinstate the previous context as all operations in the hip adapter that -/// 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 /// reinstation class ScopedContext { public: