Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
  • Loading branch information
faithandbrave and k-satoda authored Nov 11, 2024
1 parent 28eb999 commit 1c11eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp26/erroneous_behavior_for_uninitialized_reads.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main() {
assert(e2 == d1); // 常に真、エラー性動作

// エラー性動作ではないが
// d2はエラー性動作をもつ
// d2はエラー性の値をもつ
std::memcpy(&d2, &d1, sizeof(int));

assert(e1 == d2); // 常に真、エラー性動作
Expand Down

0 comments on commit 1c11eb8

Please sign in to comment.