Skip to content

Commit 5d8fd68

Browse files
committed
fix typo
1 parent 025a613 commit 5d8fd68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/memspaces/memspace_host_all.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static umf_result_t umfMemspaceHostAllCreate(umf_memspace_handle_t *hMemspace) {
3737

3838
hwloc_topology_t topology = umfGetTopologyReduced();
3939
if (!topology) {
40-
// TODO: What would be an approrpiate err?
40+
// TODO: What would be an appropriate err?
4141
return UMF_RESULT_ERROR_UNKNOWN;
4242
}
4343

0 commit comments

Comments
 (0)