aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-10-04 19:12:02 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-10-04 19:12:30 +0200
commit296cc704a16dfa19c31286bd9169f6a6836c70a4 (patch)
tree3604a5ea57926b9974084dee28524558efec5abd
parentc1c191717f5ef2a32ab668c4f82dbe4d89616314 (diff)
downloadliberty-296cc704a16dfa19c31286bd9169f6a6836c70a4.tar.gz
liberty-296cc704a16dfa19c31286bd9169f6a6836c70a4.tar.xz
liberty-296cc704a16dfa19c31286bd9169f6a6836c70a4.zip
Fix a comment
-rw-r--r--liberty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty.c b/liberty.c
index 1c71ab1..ab317eb 100644
--- a/liberty.c
+++ b/liberty.c
@@ -5362,7 +5362,7 @@ end:
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-/// "user_data" is passed so that it be immediately used by validation callbacks
+/// "user_data" is passed to allow its immediate use in validation callbacks
static struct config_item *
config_schema_initialize_item (struct config_schema *schema,
struct config_item *parent, void *user_data, struct error **warning,