summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index c05026ed..7837f0fd 100644
--- a/modules.h
+++ b/modules.h
@@ -50,7 +50,7 @@ typedef struct moduleInfo {
int iIFVers; /* Interface version of module */
eModType_t eType; /* type of this module */
eModLinkType_t eLinkType;
- uchar* pszName; /* printable module name, e.g. for dprintf */
+ uchar* pszName; /* printable module name, e.g. for dbgprintf */
/* functions supported by all types of modules */
rsRetVal (*modInit)(int, int*, rsRetVal(**)()); /* initialize the module */
/* be sure to support version handshake! */