From 6afb267bb95d886ea2c454f5614e91cf743ee7ef Mon Sep 17 00:00:00 2001
From: Jamie Meyer <45072324+HeatXD@users.noreply.github.com>
Date: Wed, 3 May 2023 16:44:48 +0200
Subject: [PATCH] core: fix-comment

---
 src/core/host_display.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/host_display.h b/src/core/host_display.h
index f406ef4de..7b34c69d9 100644
--- a/src/core/host_display.h
+++ b/src/core/host_display.h
@@ -251,7 +251,7 @@ protected:
   bool m_vsync_enabled = false;
 };
 
-/// Returns a pointer to the current host display abstraction. Assumes AcquireHostDisplay() has been caled.
+/// Returns a pointer to the current host display abstraction. Assumes AcquireHostDisplay() has been called.
 extern std::unique_ptr<HostDisplay> g_host_display;
 
 namespace Host {