diff --git a/examples/c_simple_example.c b/examples/c_simple_example.c index 7a63827654..ab19f3bfbc 100644 --- a/examples/c_simple_example.c +++ b/examples/c_simple_example.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) { db = rocksdb_open(options, DBPath, &err); assert(!err); - // open Backup Engine that we will use for backing up or database + // open Backup Engine that we will use for backing up our database be = rocksdb_backup_engine_open(options, DBBackupPath, &err); assert(!err);