diff --git a/src/sbbs3/js_socket.c b/src/sbbs3/js_socket.c
index 13a1a42284a3d19536a5d82f90629d0e9af6c581..113cd4ec3c23d794e6ca422a27fa49b23fb9dd08 100644
--- a/src/sbbs3/js_socket.c
+++ b/src/sbbs3/js_socket.c
@@ -2817,7 +2817,7 @@ js_listening_socket_constructor(JSContext *cx, uintN argc, jsval *arglist)
 		JS_ReportError(cx, "Unable to create socket set");
 		goto fail;
 	}
-	// Q for Deuce: what calls xpms_destroy or otherwise free()'s this set (once assigned to p->set)?
+	// A for Digitman: "Nothing." -- DigitalMan (via Mumble)
 	if (obj == NULL) {
 		JSVALUE_TO_MSTRING(cx, argv[0], interface, NULL);
 		HANDLE_PENDING(cx, interface);