Skip to content

Commit b0a76c2

Browse files
committed
Fix unclosed comment
1 parent 543a089 commit b0a76c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/cfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ typedef struct
7373
uint64 processedBytes;
7474
} CfsStatistic;
7575

76-
/* CFS control state (maintained in shared memory) *.
76+
/* CFS control state (maintained in shared memory) */
7777
typedef struct
7878
{
7979
/* Flag indicating that GC is in progress. It is used to prevent more than one GC. */

0 commit comments

Comments
 (0)