Skip to content

Commit

Permalink
hashicorp#9298: Fix typos in comments to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- authored and chrisroberts committed Feb 28, 2018
1 parent 47a7f08 commit cc82f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/vagrant/util/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ def wsl_rootfs
# within itself despite all others are available. That's the
# hacky way we're using to determine current instance.
# For example we have three WSL instances:
# A -> C:\User\USER\AppData\Local|Packages\A\LocalState\rootfs
# B -> C:\User\USER\AppData\Local|Packages\B\LocalState\rootfs
# C -> C:\User\USER\AppData\Local|Packages\C\LocalState\rootfs
# A -> C:\User\USER\AppData\Local\Packages\A\LocalState\rootfs
# B -> C:\User\USER\AppData\Local\Packages\B\LocalState\rootfs
# C -> C:\User\USER\AppData\Local\Packages\C\LocalState\rootfs
# If we're in "A" WSL at the moment, then its path will not be
# accessible since it's mounted for exactly the instance we're
# in. All others can be opened.
Expand Down

0 comments on commit cc82f96

Please sign in to comment.