From 94765c1597049d1bd67623d3c86e89bd69198277 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Tue, 18 Feb 2025 17:14:14 -0800 Subject: [PATCH] Fix minor typo in README.md (#326) --- Samples/1_Utilities/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Samples/1_Utilities/README.md b/Samples/1_Utilities/README.md index 57a486ff..7a30f3a0 100644 --- a/Samples/1_Utilities/README.md +++ b/Samples/1_Utilities/README.md @@ -11,5 +11,4 @@ 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