Index: runtime/bin/directory_win.cc |
diff --git a/runtime/bin/directory_win.cc b/runtime/bin/directory_win.cc |
index df82c11d87fdf701c7d5ae0091ff5846462ed015..a8050b9fc0e054d5943a1261c7c658aa611e9ee4 100644 |
--- a/runtime/bin/directory_win.cc |
+++ b/runtime/bin/directory_win.cc |
@@ -492,7 +492,7 @@ bool Directory::Rename(const char* path, const char* new_path) { |
return false; |
} |
ExistsResult new_exists = ExistsHelper(system_new_path.wide()); |
- // MoveFile does not allow replacing exising directories. Therefore, |
+ // MoveFile does not allow replacing existing directories. Therefore, |
// if the new_path is currently a directory we need to delete it |
// first. |
if (new_exists == EXISTS) { |