From ffaadb2bd69232066e6d99f25eac0fa8f09c11f4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Aug 2019 11:10:32 +0100 Subject: [PATCH] src/: Use gender-neutral language in commentary. --- src/parser/scanner-charbuf-impl.lisp | 4 ++-- src/pset-proto.lisp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parser/scanner-charbuf-impl.lisp b/src/parser/scanner-charbuf-impl.lisp index 37bdd8c..43d1f9f 100644 --- a/src/parser/scanner-charbuf-impl.lisp +++ b/src/parser/scanner-charbuf-impl.lisp @@ -107,8 +107,8 @@ Which leaves us with the need to determine whether there are outstanding captures. We simply maintain a counter, and rely on the client releasing - captured places properly when he's finished. In practice, this is usually - done using the `peek' parser macro so there isn't a problem.")) + captured places properly when they've finished. In practice, this is + usually done using the `peek' parser macro so there isn't a problem.")) (export '(charbuf-scanner-place charbuf-scanner-place-p)) (defstruct charbuf-scanner-place diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index 5e02d9b..09547e8 100644 --- a/src/pset-proto.lisp +++ b/src/pset-proto.lisp @@ -95,7 +95,7 @@ (if (eql type wanted) value (error "Incorrect type: expected ~A but found ~A" wanted type))) - ;; If the caller asks for type T then give him the raw thing. + ;; If the caller asks for type T then give them the raw thing. (:method (value type (wanted (eql t))) (declare (ignore type)) value)) -- 2.11.0