mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
shared/generator: fix grammar in comment
This commit is contained in:
@@ -161,7 +161,7 @@ static int generator_add_ordering(
|
||||
assert(order);
|
||||
assert(dst);
|
||||
|
||||
/* Adds in an explicit ordering dependency of type <order> from <src> to <dst>. If <instance> is
|
||||
/* Adds an explicit ordering dependency of type <order> from <src> to <dst>. If <instance> is
|
||||
* specified, it is inserted into <dst>. */
|
||||
|
||||
if (instance) {
|
||||
|
||||
Reference in New Issue
Block a user