improve code comment

This commit is contained in:
zouyee 2017-12-19 23:08:35 +08:00
parent 2124d30502
commit 88e4f1be4b

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
// Package reconciler implements interfaces that attempt to reconcile the
// desired state of the with the actual state of the world by triggering
// desired state of the world with the actual state of the world by triggering
// relevant actions (attach, detach, mount, unmount).
package reconciler