src/: Use gender-neutral language in commentary.
[sod] / src / pset-proto.lisp
index 5e02d9b..09547e8 100644 (file)
@@ -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))