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>
  • Loading branch information
nickalcock committed Mar 1, 2022
1 parent 7a29264 commit 855e4bd
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 @@ -751,7 +751,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 855e4bd

Please sign in to comment.