Skip to content

Commit 3df29cd

Browse files
Update dpctl/utils/src/device_queries.cpp
Fixed typo Co-authored-by: ndgrigorian <[email protected]>
1 parent a4a8283 commit 3df29cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/utils/src/device_queries.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ PYBIND11_MODULE(_device_queries, m)
168168
py::arg("device"));
169169

170170
m.def("intel_device_info_free_memory", &py_intel_free_memory,
171-
"Returns the memory avialble on the device in units of bytes.",
171+
"Returns the memory available on the device in units of bytes.",
172172
py::arg("device"));
173173

174174
m.def("intel_device_info_memory_clock_rate", &py_intel_memory_clock_rate,

0 commit comments

Comments
 (0)