aboutsummaryrefslogtreecommitdiff
path: root/drivers/coresight/coresight-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/coresight/coresight-priv.h')
-rw-r--r--drivers/coresight/coresight-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/coresight/coresight-priv.h b/drivers/coresight/coresight-priv.h
index 8d1180c47c0b..7b3372fca4f6 100644
--- a/drivers/coresight/coresight-priv.h
+++ b/drivers/coresight/coresight-priv.h
@@ -47,7 +47,7 @@ static inline void CS_UNLOCK(void __iomem *addr)
{
do {
writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR);
- /* Make sure eveyone has seen this */
+ /* Make sure everyone has seen this */
mb();
} while (0);
}