From 7ef7df005f5db71358f3f56c58134c8c97515928 Mon Sep 17 00:00:00 2001 From: Demon Date: Thu, 31 Jul 2014 11:42:36 +0800 Subject: [PATCH] fix project name in the comments fix project name in the comments --- include/rocksdb/c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rocksdb/c.h b/include/rocksdb/c.h index 35772479a..0d994c51a 100644 --- a/include/rocksdb/c.h +++ b/include/rocksdb/c.h @@ -6,8 +6,8 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. See the AUTHORS file for names of contributors. - C bindings for leveldb. May be useful as a stable ABI that can be - used by programs that keep leveldb in a shared library, or for + C bindings for rocksdb. May be useful as a stable ABI that can be + used by programs that keep rocksdb in a shared library, or for a JNI api. Does not support: