Przeglądaj źródła

ncd/modules/depend.c: fix description

ambrop7 15 lat temu
rodzic
commit
6718c294a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ncd/modules/depend.c

+ 1 - 1
ncd/modules/depend.c

@@ -34,7 +34,7 @@
  * Synopsis: provide_event(string name)
  * Synopsis: provide_event(string name)
  * Description: Like provide(), but if another provide() already exists for this
  * Description: Like provide(), but if another provide() already exists for this
  *   resource, initialization does not fail, and the request is queued to the active
  *   resource, initialization does not fail, and the request is queued to the active
- *   provide() for this resource. When the active provide() with disappears that has
+ *   provide() for this resource. When an active provide() disappears that has
  *   queued provide()-s, one of them is promoted to be the active provide() for this
  *   queued provide()-s, one of them is promoted to be the active provide() for this
  *   resource, and the remaining queue is transferred to it.
  *   resource, and the remaining queue is transferred to it.
  *   (mentions of provide() in this text also apply to provide_event())
  *   (mentions of provide() in this text also apply to provide_event())