summaryrefslogtreecommitdiff
path: root/atari/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/file.c')
-rw-r--r--atari/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/file.c b/atari/file.c
index 53c9c8a79..8008e47c1 100644
--- a/atari/file.c
+++ b/atari/file.c
@@ -47,7 +47,7 @@
* @param[in,out] size The size of the space available if \a str not
* NULL on input and if not NULL set to the total
* output length on output.
- * @param[in] nemb The number of elements.
+ * @param[in] nelm The number of elements.
* @param[in] ... The elements of the path as string pointers.
* @return NSERROR_OK and the complete path is written to str
* or error code on faliure.
@@ -102,7 +102,7 @@ static nserror atari_basename(const char *path, char **str, size_t *size)
/**
* Create a path from a nsurl using GEMDOS file handling.
*
- * @parm[in] url The url to encode.
+ * @param[in] url The url to encode.
* @param[out] path_out A string containing the result path which should
* be freed by the caller.
* @return NSERROR_OK and the path is written to \a path or error code