Skip to content

Commit 9d27127

Browse files
zeroshadelidavidm
andauthored
Update c/include/arrow-adbc/adbc_driver_manager.h
Co-authored-by: David Li <li.davidm96@gmail.com>
1 parent d3aa697 commit 9d27127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/include/arrow-adbc/adbc_driver_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name, const char* entrypoint,
8484
/// the ADBC_CONFIG_PATH environment variable, the user configuration directory, and/or
8585
/// the system level directory of /etc/adbc for either a manifest file or a shared
8686
/// library.
87-
/// - For each path to be search, it will first look for <path>/<driver_name>.toml. If
87+
/// - For each path to be searched, it will first look for <path>/<driver_name>.toml. If
8888
/// that file exists, it will attempt to parse the manifest and load the driver
8989
/// specified within it. Erroring if this fails.
9090
/// - If the manifest file does not exist, it will then look for

0 commit comments

Comments
 (0)