We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75096cc commit c1a21d4Copy full SHA for c1a21d4
1 file changed
src/memspaces/memspace_host_all.c
@@ -1,6 +1,6 @@
1
/*
2
*
3
- * Copyright (C) 2024-2025 Intel Corporation
+ * Copyright (C) 2024-2026 Intel Corporation
4
5
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
6
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -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