diff --git a/src/umpire/alloc/SyclMallocAllocator.hpp b/src/umpire/alloc/SyclMallocAllocator.hpp index fd67e3811..99f7d2c69 100644 --- a/src/umpire/alloc/SyclMallocAllocator.hpp +++ b/src/umpire/alloc/SyclMallocAllocator.hpp @@ -20,7 +20,7 @@ namespace alloc { */ struct SyclMallocAllocator { /*! - * \Brief Allocate bytes of memory using SYCL malloc + * \brief Allocate bytes of memory using SYCL malloc * * \param size Number of bytes to allocate. * \param queue_t SYCL queue for providing information on device and context diff --git a/src/umpire/alloc/SyclPinnedAllocator.hpp b/src/umpire/alloc/SyclPinnedAllocator.hpp index 606444e22..67c240416 100644 --- a/src/umpire/alloc/SyclPinnedAllocator.hpp +++ b/src/umpire/alloc/SyclPinnedAllocator.hpp @@ -20,7 +20,7 @@ namespace alloc { */ struct SyclPinnedAllocator { /*! - * \Brief Allocate bytes of memory using SYCL malloc_host + * \brief Allocate bytes of memory using SYCL malloc_host * * \param size Number of bytes to allocate. * \param queue_t SYCL queue for providing information on device and context