From b8119c9ef9d61d0799d9e9d597c1e145b2f18ccc Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 19 Feb 2025 18:59:19 -0600 Subject: [PATCH] comment --- src/sim_snapshot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sim_snapshot.h b/src/sim_snapshot.h index d008ef77..46234cad 100644 --- a/src/sim_snapshot.h +++ b/src/sim_snapshot.h @@ -42,10 +42,10 @@ struct sim_snapshot { struct arena arena; - /* Is this snapshot created by the master sim */ + /* Was this snapshot created by the master sim */ b32 is_master; - /* Time of local snapshot publish to user */ + /* Time of local snapshot publish to user thread */ i64 publish_dt_ns; i64 publish_time_ns;