diff --git a/doc/funcref.sgml b/doc/funcref.sgml
index 81da3ce80..be6e92ebd 100644
--- a/doc/funcref.sgml
+++ b/doc/funcref.sgml
@@ -4,7 +4,7 @@
cc65 function reference
,
-2018-02-07
+2018-05-23
cc65 is a C compiler for 6502 based systems. This function reference describes
@@ -2342,8 +2342,8 @@ to get off the serial bus so it can be used for other purposes.
stop sending data to the host computer (i.e., UNTALK). Calling this
function results in an UNTALK command being transmitted on the serial
bus. Only devices previously commanded to TALK are affected. This
-function is normally used after the host computer is finished listening data
-to external devices. Sending the UNTALK commands the sending devices
+function is normally used after the host computer is finished listening to data
+from an external device. Sending the UNTALK commands the sending devices
to get off the serial bus so it can be used for other purposes.