remove redundant word from comment

Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
hultonha
2021-10-15 15:47:57 +01:00
parent 2158c8cfdf
commit 67ccc438c4
@@ -318,7 +318,7 @@ namespace AzToolsFramework
virtual bool IsMouseOver() const = 0;
//! Set the cursor style override.
virtual void SetOverrideCursor(CursorStyleOverride cursorStyleOverride) = 0;
//! Clear the current cursor style override.
//! Clear the cursor style override.
virtual void ClearOverrideCursor() = 0;
protected: