diff --git a/src/xrt/state_trackers/steamvr_drv/ovrd_log.hpp b/src/xrt/state_trackers/steamvr_drv/ovrd_log.hpp index a5b6c92a7..f5734c1c7 100644 --- a/src/xrt/state_trackers/steamvr_drv/ovrd_log.hpp +++ b/src/xrt/state_trackers/steamvr_drv/ovrd_log.hpp @@ -32,7 +32,7 @@ ovrd_log_init(vr::IVRDriverLog *pDriverLog) s_pLogFile = vr::VRDriverLog(); } -// Can not use the XRT_PRINTF_FORMAT macro on a function definition. +// Cannot use the XRT_PRINTF_FORMAT macro on a function definition. static inline void ovrd_log(const char *fmt, ...) XRT_PRINTF_FORMAT(1, 2);