Cleanup: Grammar in comments: Fix uses of "own"

"Own" (the adjective) cannot be used on its own. It should be combined
with something like "its own", "our own",  "her own", or "the object's own".
It also isn't used separately to mean something like "separate".

Also, "its own" is correct instead of "it's own" which is a misues of the verb.
This commit is contained in:
Hans Goudey
2024-03-07 16:20:36 -05:00
parent 8b014b34aa
commit 744f3b2823
107 changed files with 102 additions and 133 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ endif()
# Embree needs to be included after dpcpp as it uses it for compiling with GPU support
if(BLENDER_PLATFORM_WINDOWS_ARM)
# WoA needs embree to be built with the VS Generator + LLVM,
# put it in it's own file to avoid clutter.
# put it in its own file to avoid clutter.
include(cmake/embree_windows_arm.cmake)
else()
include(cmake/embree.cmake)