From 49975e1f2da0e67e4584cb7b04af371cdd9b5bdc Mon Sep 17 00:00:00 2001 From: Vinuthna-G-1091 Date: Sat, 25 Apr 2026 23:21:55 +0530 Subject: [PATCH] fixed comment --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index efa0692..76168e8 100644 --- a/log.c +++ b/log.c @@ -28,7 +28,7 @@ // Log appends are synchronous. // Contents of the header block, used for both the on-disk header block -// and to keep track in memory of logged block# before commit. +// and for keeping track of logged block numbers in memory before commit. struct logheader { int n; int block[LOGSIZE];