Skip to content

Commit d3987da

Browse files
authored
Fix typo (#345)
Co-authored-by: Chun-Hung Tseng <[email protected]>
1 parent 7bc47a4 commit d3987da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static void rb_insert(map_t rb, map_node_t *node)
156156
pathp[1].node = rb_node_get_right(pathp->node);
157157
break;
158158
default:
159-
/* igore duplicate key */
159+
/* ignore duplicate key */
160160
__UNREACHABLE;
161161
break;
162162
}

0 commit comments

Comments
 (0)