Skip to content

Commit c548b87

Browse files
committed
Typo
1 parent edbb7c3 commit c548b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-alpha$(CFG_BETA_CYCLE)
3333
endif
3434
ifeq ($(CFG_RELEASE_CHANNEL),nightly)
3535
CFG_RELEASE=$(CFG_RELEASE_NUM)-nightly
36-
# When building nightlydistributables just reuse the same "beta" name
36+
# When building nightly distributables just reuse the same "nightly" name
3737
# so when we upload we'll always override the previous nighly. This
3838
# doesn't actually impact the version reported by rustc - it's just
3939
# for file naming.

0 commit comments

Comments
 (0)