Skip to content

Commit

Permalink
typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Jul 30, 2023
1 parent a2c8941 commit d380a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <sstream>
#include <thread>

// a simple struct with some used
// to demonstrate zero copy modifications
// a simple struct to demonstrate
// zero copy modifications
struct alignas(4) SSimpleStruct
{
uint32_t version = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <iostream>
#include <thread>

// a simple struct with some used
// to demonstrate zero copy modifications
// a simple struct to demonstrate
// zero copy modifications
struct alignas(4) SSimpleStruct
{
uint32_t version = 1;
Expand Down

0 comments on commit d380a17

Please sign in to comment.