From 8ccb13c6f07e2dddf52640128690470b9d043eb0 Mon Sep 17 00:00:00 2001 From: Sangeet S Date: Wed, 17 Jan 2024 13:16:01 -0500 Subject: [PATCH] Fix typo #161 Fix typo in line 14 from "simple exemple" to simple "example" --- Samples/1_Utilities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/1_Utilities/README.md b/Samples/1_Utilities/README.md index 57a486ff..4e4d8a44 100644 --- a/Samples/1_Utilities/README.md +++ b/Samples/1_Utilities/README.md @@ -11,5 +11,5 @@ This sample enumerates the properties of the CUDA devices present in the system. This sample enumerates the properties of the CUDA devices present using CUDA Driver API calls ### [topologyQuery](./topologyQuery) -A simple exemple on how to query the topology of a system with multiple GPU +A simple example on how to query the topology of a system with multiple GPU