Skip to content

Commit c609a5a

Browse files
authored
Rollup merge of #65626 - guanqun:patch-1, r=varkor
trivial typo fix
2 parents 4f74fd7 + 379733e commit c609a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub struct Globals {
6767
impl Globals {
6868
fn new(edition: Edition) -> Globals {
6969
Globals {
70-
// We have no idea how many attributes their will be, so just
70+
// We have no idea how many attributes there will be, so just
7171
// initiate the vectors with 0 bits. We'll grow them as necessary.
7272
used_attrs: Lock::new(GrowableBitSet::new_empty()),
7373
known_attrs: Lock::new(GrowableBitSet::new_empty()),

0 commit comments

Comments
 (0)