Skip to content

Commit

Permalink
Replace "Syntax" to "Syntactic"
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilytric committed Sep 6, 2021
1 parent 8008162 commit 0908571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/usm/usm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bool check_device_support(sycl_cts::util::logger &log,
return true;
}

/** @brief Syntax sugar for the number of events
/** @brief Syntactic sugar for the number of events
*/
constexpr size_t operator"" _events(unsigned long long value) {
if (value > std::numeric_limits<size_t>::max()) {
Expand Down

0 comments on commit 0908571

Please sign in to comment.