Skip to content

Commit 37347cd

Browse files
committed
even more typo
1 parent 83f1500 commit 37347cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp23/value_init.dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "common.h"
55

66
#define NODE_VALUE_INIT_HEAD value_initialization_head
7-
#define INST_VALUE_INIT(id, ...) { INSTRUCTION_NODE(id, "Value-initialize the objecct.", __VA_ARGS__); } -> NODE_VALUE_INIT_HEAD
7+
#define INST_VALUE_INIT(id, ...) { INSTRUCTION_NODE(id, "Value-initialize the object.", __VA_ARGS__); } -> NODE_VALUE_INIT_HEAD
88
#define INTERNALLY_VALUE_INITS(id) { id -> NODE_VALUE_INIT_HEAD [style="dotted"]; }
99

1010
#include "default_init.dot.cpp"

0 commit comments

Comments
 (0)