Skip to content

Commit

Permalink
More minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Mar 13, 2023
1 parent 2e019c7 commit 4b69fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/itlib/poly_span.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class poly_span
template <typename CRT>
class t_iterator
{
byte_t* p = 0;
byte_t* p = nullptr;
size_t stride = 1;
poly_func_t poly_func = nullptr;

Expand Down
2 changes: 1 addition & 1 deletion include/itlib/stride_span.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class stride_span
template <typename CT>
class t_iterator
{
byte_t* p = 0;
byte_t* p = nullptr;
size_t stride = sizeof(T);

friend class stride_span;
Expand Down

0 comments on commit 4b69fb6

Please sign in to comment.