Fix typo in LoaderDriverInterface.md
authorCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 13 Nov 2023 20:51:19 +0000 (13:51 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 13 Nov 2023 20:51:31 +0000 (13:51 -0700)
Linux drivers use the ".so" extension, not ".dylib"

docs/LoaderDriverInterface.md

index da5f5de01d9d9c880ab77d07acb2de39389e2174..c8e1872fe71f711bc94bbb62a3e918a4041b8753 100644 (file)
@@ -451,7 +451,7 @@ The loader then selects each path, and applies the "/vulkan/icd.d" suffix onto
 each and looks in that specific folder for manifest files.
 
 The Vulkan loader will open each manifest file found to obtain the name or
-pathname of a driver's shared library (".dylib") file.
+pathname of a driver's shared library (".so") file.
 
 **NOTE** While the order of folders searched for manifest files is well
 defined, the order contents are read by the loader in each directory is