summaryrefslogtreecommitdiff
path: root/atari/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.h')
-rw-r--r--atari/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/misc.h b/atari/misc.h
index 4c7ff02b9..e581c23b2 100644
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -96,7 +96,7 @@ void die(const char * const error) __attribute__ ((noreturn));
/**
* Warn the user of an event.
*
- * \param[in] message A warning looked up in the message translation table
+ * \param[in] warning A warning looked up in the message translation table
* \param[in] detail Additional text to be displayed or NULL.
* \return NSERROR_OK on success or error code if there was a
* faliure displaying the message to the user.