We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025a613 commit 5d8fd68Copy full SHA for 5d8fd68
1 file changed
src/memspaces/memspace_host_all.c
@@ -37,7 +37,7 @@ static umf_result_t umfMemspaceHostAllCreate(umf_memspace_handle_t *hMemspace) {
37
38
hwloc_topology_t topology = umfGetTopologyReduced();
39
if (!topology) {
40
- // TODO: What would be an approrpiate err?
+ // TODO: What would be an appropriate err?
41
return UMF_RESULT_ERROR_UNKNOWN;
42
}
43
0 commit comments