Skip to content

Commit e807513

Browse files
committed
~Fixed comment
1 parent 8001190 commit e807513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/fdb_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if (!(EXPR)) \
102102
#define FDB_TSDB_CTRL_SET_FILE_MODE 0x09 /**< set file mode control command, this change MUST before database initialization */
103103
#define FDB_TSDB_CTRL_SET_MAX_SIZE 0x0A /**< set database max size in file mode control command, this change MUST before database initialization */
104104
#define FDB_TSDB_CTRL_SET_NOT_FORMAT 0x0B /**< set database NOT formatable mode control command, this change MUST before database initialization */
105-
#define FDB_TSDB_CTRL_SET_FORMAT_BAD_SEC_ONLY 0x0C /**< set database NOT formatable mode control command, this change MUST before database initialization */
105+
#define FDB_TSDB_CTRL_SET_FORMAT_BAD_SEC_ONLY 0x0C /**< format bad sectors only */
106106

107107
#ifdef FDB_USING_TIMESTAMP_64BIT
108108
typedef int64_t fdb_time_t;

0 commit comments

Comments
 (0)