From 9267253647ddcd5721244decf2c4d7df5347e691 Mon Sep 17 00:00:00 2001 From: "rcui@google.com" Date: Sat, 4 May 2013 00:45:09 +0000 Subject: [PATCH] chromite_wrapper: Fix up comment. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/14746006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@198266 0039d316-1c4b-4281-b951-d872f2087c98 --- support/chromite_wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/chromite_wrapper b/support/chromite_wrapper index 73af5e7b7..43cb14ba2 100755 --- a/support/chromite_wrapper +++ b/support/chromite_wrapper @@ -30,7 +30,7 @@ import sys # in chromite/bin/ . def _FindChromite(path): - """Find the chromite dir in a repo or gclient checkout.""" + """Find the chromite dir in a repo, gclient, or submodule checkout.""" path = os.path.abspath(path) # Depending on the checkout type (whether repo chromeos or gclient chrome) # Chromite lives in a different location.