From f8cc2fb021ed7aecfa5f3ea429b119ae34f30547 Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 18 Sep 2017 19:52:55 -0700 Subject: [PATCH] LCOW: Fix comment in graphdriver code Signed-off-by: John Howard Upstream-commit: f9fc269c204b96b34a479f3e55e41886ed2626b0 Component: engine --- components/engine/daemon/graphdriver/lcow/lcow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/daemon/graphdriver/lcow/lcow.go b/components/engine/daemon/graphdriver/lcow/lcow.go index 5f71b7337e..9ae04b1beb 100644 --- a/components/engine/daemon/graphdriver/lcow/lcow.go +++ b/components/engine/daemon/graphdriver/lcow/lcow.go @@ -13,7 +13,7 @@ // operations. The downside of safe-mode is that operations are slower as // a new service utility VM has to be started and torn-down when needed. // -// Options (needs official documentation, but lets get full functionality first...) @jhowardmsft +// Options: // // The following options are read by the graphdriver itself: //