Skip to content

Commit c1a21d4

Browse files
Fix typo and update copyright year in memspace_host_all.c
1 parent 75096cc commit c1a21d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/memspaces/memspace_host_all.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2024-2025 Intel Corporation
3+
* Copyright (C) 2024-2026 Intel Corporation
44
*
55
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
66
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -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)