Fix Typos

This commit is contained in:
2019-05-30 14:55:37 +02:00
parent dadafa43a3
commit 906225f47f
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ void cairo_render_cell_to_vector_file(struct gds_cell *cell, GList *layer_infos,
if (process_id < 0) {
/* Well... shit... We have to run it in our process. */
} else if (process_id > 0) {
/* Woohoo... Successfully dumped the shitty code to a unknowing victim */
/* Woohoo... Successfully dumped the shitty code to an unknowing victim */
goto ret_parent;
}