[DTrace-devel] [PATCH v2 07/17] cg: comment typo fix

Eugene Loh eugene.loh at oracle.com
Tue Mar 15 20:26:38 UTC 2022


Reviewed-by: Eugene Loh <eugene.loh at oracle.com>

On 3/14/22 5:30 PM, Nick Alcock wrote:
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> ---
>   libdtrace/dt_cg.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libdtrace/dt_cg.c b/libdtrace/dt_cg.c
> index 95af8ace4381..9c9da7299b59 100644
> --- a/libdtrace/dt_cg.c
> +++ b/libdtrace/dt_cg.c
> @@ -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)



More information about the DTrace-devel mailing list