From: Ben Pfaff Date: Wed, 16 Jul 2025 00:21:32 +0000 (-0700) Subject: fix typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812638868dba4968a1399f0f8cd76c1c472aae9e;p=pspp fix typo --- diff --git a/rust/pspp/src/sys/cooked.rs b/rust/pspp/src/sys/cooked.rs index 63bf26cf04..78ad5e4758 100644 --- a/rust/pspp/src/sys/cooked.rs +++ b/rust/pspp/src/sys/cooked.rs @@ -494,7 +494,7 @@ pub struct ReaderOptions { } impl ReaderOptions { - /// Construct a new `SystemFileReader` without specifying an encoding or + /// Construct a new `ReaderOptions` without specifying an encoding or /// password. pub fn new() -> Self { Self::default()