summaryrefslogtreecommitdiff
path: root/x.py
diff options
context:
space:
mode:
authorTitus Barik <titus@barik.net>2017-04-30 16:10:31 -0400
committerTitus Barik <titus@barik.net>2017-04-30 16:10:31 -0400
commit04e4d426a169a26d498bf22d2c2d01bc7b14fbcd (patch)
treef377e41549b1dff7b36d5d794b702cd120cdc0f8 /x.py
parent06fb4d25642a3f223db1441972dd5962085cfba1 (diff)
downloadrust-04e4d426a169a26d498bf22d2c2d01bc7b14fbcd.tar.gz
Rename os variable in bootstrap.py to avoid shadowing os module.
Diffstat (limited to 'x.py')
-rwxr-xr-xx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.py b/x.py
index 8f528889d60..e277ab98be1 100755
--- a/x.py
+++ b/x.py
@@ -9,7 +9,7 @@
# option. This file may not be copied, modified, or distributed
# except according to those terms.
-# This file is only a "symlink" to boostrap.py, all logic should go there.
+# This file is only a "symlink" to bootstrap.py, all logic should go there.
import os
import sys