[DTrace-devel] [PATCH 06/20] cg: comment typo fix

Nick Alcock nick.alcock at oracle.com
Wed May 11 21:12:48 UTC 2022


Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh 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 ac5e41553188..b59381f9ee81 100644
--- a/libdtrace/dt_cg.c
+++ b/libdtrace/dt_cg.c
@@ -721,7 +721,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)
-- 
2.36.1.263.g194b774378.dirty




More information about the DTrace-devel mailing list