]> git.lizzy.rs Git - rust.git/commitdiff
Typo
authorBrian Anderson <banderson@mozilla.com>
Mon, 5 Jan 2015 18:28:18 +0000 (10:28 -0800)
committerBrian Anderson <banderson@mozilla.com>
Mon, 5 Jan 2015 18:29:09 +0000 (10:29 -0800)
mk/main.mk

index 113737c1525c5a3be9ef491c25f0dbbf24be181d..a97e68af59b3808062dd5f8fa09b2ea0a1e6358c 100644 (file)
@@ -33,7 +33,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-alpha$(CFG_BETA_CYCLE)
 endif
 ifeq ($(CFG_RELEASE_CHANNEL),nightly)
 CFG_RELEASE=$(CFG_RELEASE_NUM)-nightly
-# When building nightlydistributables just reuse the same "beta" name
+# When building nightly distributables just reuse the same "nightly" name
 # so when we upload we'll always override the previous nighly. This
 # doesn't actually impact the version reported by rustc - it's just
 # for file naming.