Skip to content

Commit

Permalink
Rollup merge of #65626 - guanqun:patch-1, r=varkor
Browse files Browse the repository at this point in the history
trivial typo fix
  • Loading branch information
JohnTitor authored Oct 20, 2019
2 parents 4f74fd7 + 379733e commit c609a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub struct Globals {
impl Globals {
fn new(edition: Edition) -> Globals {
Globals {
// We have no idea how many attributes their will be, so just
// We have no idea how many attributes there will be, so just
// initiate the vectors with 0 bits. We'll grow them as necessary.
used_attrs: Lock::new(GrowableBitSet::new_empty()),
known_attrs: Lock::new(GrowableBitSet::new_empty()),
Expand Down

0 comments on commit c609a5a

Please sign in to comment.