]> git.lizzy.rs Git - rust.git/commitdiff
Fix a typo.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 8 Dec 2022 04:53:31 +0000 (15:53 +1100)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 8 Dec 2022 04:53:31 +0000 (15:53 +1100)
compiler/rustc_hir/src/hir.rs

index 636e6e1b48d0ed61e8c64ca9aca4dd3442bddd77..8bc022e1e178e19b50698104254dad839b950461 100644 (file)
@@ -827,7 +827,7 @@ pub fn get(&self, id: ItemLocalId) -> &'tcx [Attribute] {
 pub struct OwnerNodes<'tcx> {
     /// Pre-computed hash of the full HIR.
     pub hash_including_bodies: Fingerprint,
-    /// Pre-computed hash of the item signature, sithout recursing into the body.
+    /// Pre-computed hash of the item signature, without recursing into the body.
     pub hash_without_bodies: Fingerprint,
     /// Full HIR for the current owner.
     // The zeroth node's parent should never be accessed: the owner's parent is computed by the