]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/config.h: fix spelling error in this file
authorxiaomanh <huangxiaoman@cmss.chinamobile.com>
Thu, 11 Oct 2018 10:00:51 +0000 (18:00 +0800)
committerxiaomanh <huangxiaoman@cmss.chinamobile.com>
Thu, 11 Oct 2018 10:00:51 +0000 (18:00 +0800)
Signed-off-by: xiaomanh <huangxiaoman@cmss.chinamobile.com>
src/common/config.h

index 503e57b14739a06629cd86bc990be2a238399a11..68fab00f2e3e29bf8b83b5b87043295160bc77bd 100644 (file)
@@ -55,7 +55,7 @@ extern const char *ceph_conf_level_name(int level);
  * There are 3 ways to read the ceph context-- the old way and two new ways.
  * In the old way, code would simply read the public variables of the
  * configuration, without taking a lock. In the new way #1, code registers a
- * configuration obserever which receives callbacks when a value changes. These
+ * configuration observer which receives callbacks when a value changes. These
  * callbacks take place under the md_config_t lock. Alternatively one can use
  * get_val(const char *name) method to safely get a copy of the value.
  *