Skip to content

Commit

Permalink
cg: comment typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Eugene Loh <eugene.loh@oracle.com>
  • Loading branch information
nickalcock authored and kvanhees committed Jul 27, 2022
1 parent be97c24 commit 905a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdtrace/dt_cg.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ dt_cg_check_notnull(dt_irlist_t *dlp, dt_regset_t *drp, int reg)

/*
* Check whether mst->fault indicates a fault was triggered. If so, abort the
* current clause by means of a straight jump to the exit labal.
* current clause by means of a straight jump to the exit label.
*/
static void
dt_cg_check_fault(dt_pcb_t *pcb)
Expand Down

0 comments on commit 905a1b6

Please sign in to comment.