From 3adef0e2688fb83def066f83e0c57865f4f8c38a Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 27 Dec 2022 11:39:30 -0500 Subject: [PATCH] fix spelling sloth -> cloth Signed-off-by: Tom Rix --- examples/computecloth/computecloth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/computecloth/computecloth.cpp b/examples/computecloth/computecloth.cpp index 5d4ae92a..e8a40d94 100644 --- a/examples/computecloth/computecloth.cpp +++ b/examples/computecloth/computecloth.cpp @@ -1,5 +1,5 @@ /* -* Vulkan Example - Compute shader sloth simulation +* Vulkan Example - Compute shader cloth simulation * * Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de *