| Index: update_depot_tools
 | 
| diff --git a/update_depot_tools b/update_depot_tools
 | 
| index 203e08414e0d9e44d4c9477681446ad22872f1e7..00859e338be2dad2bc210cafc514a4613b78b71f 100755
 | 
| --- a/update_depot_tools
 | 
| +++ b/update_depot_tools
 | 
| @@ -85,8 +85,7 @@ fi
 | 
|  # We're on POSIX. We can now safely look for svn checkout.
 | 
|  if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.svn" ]
 | 
|  then
 | 
| -  # Update the bootstrap directory to stay up-to-date with the latest
 | 
| -  # depot_tools.
 | 
| +  # Update the root directory to stay up-to-date with the latest depot_tools.
 | 
|    BEFORE_REVISION=$(get_svn_revision)
 | 
|    "$SVN" -q up "$base_dir"
 | 
|    AFTER_REVISION=$(get_svn_revision)
 | 
| 
 |