Commit 3c400a3f authored by Alvaro Herrera's avatar Alvaro Herrera

Fix thinko in comment (launcher -> worker)

parent 48913db8
...@@ -669,8 +669,8 @@ AutoVacLauncherMain(int argc, char *argv[]) ...@@ -669,8 +669,8 @@ AutoVacLauncherMain(int argc, char *argv[])
/* /*
* There are some conditions that we need to check before trying to * There are some conditions that we need to check before trying to
* start a launcher. First, we need to make sure that there is a * start a worker. First, we need to make sure that there is a
* launcher slot available. Second, we need to make sure that no * worker slot available. Second, we need to make sure that no
* other worker failed while starting up. * other worker failed while starting up.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment