From a3e1a9e2aace26a71c2698cd96ce4086db25e94d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 26 Aug 2022 12:45:20 +1000 Subject: Cleanup: spelling in comments, format --- intern/cycles/util/hash.h | 2 +- intern/ghost/intern/GHOST_SystemWin32.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/cycles/util/hash.h b/intern/cycles/util/hash.h index 61705276a90..351b8796be7 100644 --- a/intern/cycles/util/hash.h +++ b/intern/cycles/util/hash.h @@ -378,7 +378,7 @@ ccl_device_inline avxi hash_avxi4(avxi kx, avxi ky, avxi kz, avxi kw) /* ***** Hash Prospector Hash Functions ***** * - * These are based on the high-quality 32-bit hash/mixings functions from + * These are based on the high-quality 32-bit hash/mixing functions from * https://github.com/skeeto/hash-prospector */ diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index ddbe8b67742..31483377c73 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -1101,7 +1101,7 @@ GHOST_EventCursor *GHOST_SystemWin32::processCursorEvent(GHOST_WindowWin32 *wind if (window->getCursorGrabModeIsWarp()) { /* WORKAROUND: * Sometimes Windows ignores `SetCursorPos()` or `SendInput()` calls or the mouse event is - * outdate. Identify these cases by checking if the cursor is not yet within bounds. */ + * outdated. Identify these cases by checking if the cursor is not yet within bounds. */ static bool is_warping_x = false; static bool is_warping_y = false; -- cgit v1.2.3