]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
Tidy up some comments.
[lilypond.git] / lily / context-def.cc
index 2d7cace9bf9ba3b04b2ebe537529fd6f12a5f387..a810159aa326d601cb75f950f9f7e4e3c0e0a3a3 100644 (file)
@@ -203,7 +203,7 @@ Context_def::get_default_child (SCM user_mod) const
    - the last element in the list defines a context with the given name
 
   The ADDITIONAL_ACCEPTS parameter is a list of additional contexts that this
-  specific output def (but not and of the child output defs) should accept.
+  specific context def (but not any of the child context defs) should accept.
 */
 vector<Context_def*>
 Context_def::path_to_acceptable_context (SCM type_sym, Output_def *odef, SCM additional_accepts) const