Skip to content

Commit 9af48e5

Browse files
committedDec 8, 2022
Fix a typo.
1 parent 7a46692 commit 9af48e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_hir/src/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ impl<'tcx> AttributeMap<'tcx> {
827827
pub struct OwnerNodes<'tcx> {
828828
/// Pre-computed hash of the full HIR.
829829
pub hash_including_bodies: Fingerprint,
830-
/// Pre-computed hash of the item signature, sithout recursing into the body.
830+
/// Pre-computed hash of the item signature, without recursing into the body.
831831
pub hash_without_bodies: Fingerprint,
832832
/// Full HIR for the current owner.
833833
// The zeroth node's parent should never be accessed: the owner's parent is computed by the

0 commit comments

Comments
 (0)
Please sign in to comment.