From f55bdb62748555e842905e7aab7e8f790c883c1f Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Wed, 31 Jan 2024 18:24:42 +0100 Subject: [PATCH] Correct module description --- xtldr/modules/beep/globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr/modules/beep/globals.c b/xtldr/modules/beep/globals.c index 857eb33..1c58f21 100644 --- a/xtldr/modules/beep/globals.c +++ b/xtldr/modules/beep/globals.c @@ -2,7 +2,7 @@ * PROJECT: ExectOS * COPYRIGHT: See COPYING.md in the top level directory * FILE: xtldr/modules/beep/globals.c - * DESCRIPTION: Dummy XTLDR module global variables + * DESCRIPTION: Beep module global variables * DEVELOPERS: Rafal Kupiec */