From 49ae41edbd1631c205db3342683aed29a94284a4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 25 Dec 2007 13:13:33 +0000 Subject: fixed typo --- modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.c b/modules.c index da46bd2e..6e7318d3 100644 --- a/modules.c +++ b/modules.c @@ -79,7 +79,7 @@ static void moduleDestruct(modInfo_t *pThis) } -/* The followind function is the queryEntryPoint for host-based entry points. +/* The following function is the queryEntryPoint for host-based entry points. * Modules may call it to get access to core interface functions. Please note * that utility functions can be accessed via shared libraries - at least this * is my current shool of thinking. -- cgit v1.2.3