From: Lawrence S. <ljs...@us...> - 2020-05-12 03:32:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via a143d20206722d1803d89c878ec4c042a4d8f413 (commit) from 79517f1ba522c532540b6f02a3df1f5818099be4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a143d20206722d1803d89c878ec4c042a4d8f413 Author: Lawrence Sebald <ljs...@us...> Date: Mon May 11 23:31:55 2020 -0400 Fix a comment. ----------------------------------------------------------------------- Summary of changes: addons/include/ppp/ppp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/include/ppp/ppp.h b/addons/include/ppp/ppp.h index 4d02945..56a2d5c 100644 --- a/addons/include/ppp/ppp.h +++ b/addons/include/ppp/ppp.h @@ -363,7 +363,7 @@ int ppp_scif_init(int bps); /** \brief Initialize the Dreamcast modem for a PPP link. - This function sets up the Dreamcast serial port to act as a communications + This function sets up the Dreamcast modem to act as a communications link for a point-to-point connection. This includes dialing the specified phone number and establishing the low-level link. hooks/post-receive -- A pseudo Operating System for the Dreamcast. |