Skip to content

Commit 475013f

Browse files
committed
Comment only: fix typo
1 parent de40318 commit 475013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/typeck/check/regionck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
The region check is a final pass that runs over the AST after we have
44
inferred the type constraints but before we have actually finalized
5-
the types. It's purpose is to embed some final region constraints.
5+
the types. Its purpose is to embed some final region constraints.
66
The reason that this is not done earlier is that sometimes we don't
77
know whether a given type will be a region pointer or not until this
88
phase.

0 commit comments

Comments
 (0)