Skip to content

Commit

Permalink
UCS/MEMTYPE_CACHE: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Jan 25, 2022
1 parent 6254ddf commit 70dda1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucs/memory/memtype_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern ucs_memtype_cache_t *ucs_memtype_cache_global_instance;

/* Memory information record */
typedef struct ucs_memory_info {
ucs_memory_type_t type; /**< Memory type, use uint8 for compact size */
ucs_memory_type_t type; /**< Memory type */
ucs_sys_device_t sys_dev; /**< System device index */
void *base_address; /**< Base address of the underlying allocation */
size_t alloc_length; /**< Whole length of the underlying allocation */
Expand Down

0 comments on commit 70dda1c

Please sign in to comment.