diff --git a/Source/Engine/Graphics/GPUContext.h b/Source/Engine/Graphics/GPUContext.h
index b3bd6ddcc..52ff5ef5d 100644
--- a/Source/Engine/Graphics/GPUContext.h
+++ b/Source/Engine/Graphics/GPUContext.h
@@ -197,14 +197,14 @@ public:
API_FUNCTION() virtual void ClearUA(GPUBuffer* buf, const Float4& value) = 0;
///
- /// Clears an unordered access buffer with a unsigned value.
+ /// Clears an unordered access buffer with an unsigned value.
///
/// The buffer to clear.
/// The clear value.
virtual void ClearUA(GPUBuffer* buf, const uint32 value[4]) = 0;
///
- /// Clears an unordered access texture with a unsigned value.
+ /// Clears an unordered access texture with an unsigned value.
///
/// The texture to clear.
/// The clear value.