Skip to content

Commit 07eb914

Browse files
committed
fix: correcting parenthesis in comment
1 parent 263b5be commit 07eb914

File tree

1 file changed

+1
-1
lines changed
  • backends/cpp_hart_gen/cpp/include/udb

1 file changed

+1
-1
lines changed

backends/cpp_hart_gen/cpp/include/udb/bits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ namespace udb {
307307
{ std::remove_cvref_t<decltype(a.value())>::PossiblyUnknown == false };
308308
{ std::same_as<std::remove_cvref_t<decltype(a.unknown_mask())>, typename T::MaskType> };
309309

310-
// cast the bits to a known (not undefined type). Might raise if there are undefined bits
310+
// cast the bits to a known (not undefined) type. Might raise if there are undefined bits
311311
{ std::remove_cvref_t<decltype(a.to_defined())>::PossiblyUnknown == false };
312312

313313
{ std::remove_cvref_t<decltype(a.template extract<0, 0>())>::IsABits == true };

0 commit comments

Comments
 (0)