From 6f93c11b9c959c614ebc6b76b8fbc7c5601c58cc Mon Sep 17 00:00:00 2001 From: raziel- Date: Mon, 22 Sep 2014 11:02:57 +0300 Subject: AMIGAOS: More cleanup Period on all comments--- backends/fs/amigaos4/amigaos4-fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/fs') diff --git a/backends/fs/amigaos4/amigaos4-fs.h b/backends/fs/amigaos4/amigaos4-fs.h index bbe88b2716..223d809032 100644 --- a/backends/fs/amigaos4/amigaos4-fs.h +++ b/backends/fs/amigaos4/amigaos4-fs.h @@ -76,19 +76,19 @@ public: AmigaOSFilesystemNode(const Common::String &p); /** - * Creates an AmigaOSFilesystemNode given its lock and display name + * Creates an AmigaOSFilesystemNode given its lock and display name. * * @param pLock BPTR to the lock. * @param pDisplayName name to be used for display, in case not supplied the FilePart() of the filename will be used. * - * @note This shouldn't even be public as it's only internally, at best it should have been protected if not private + * @note This shouldn't even be public as it's only internally, at best it should have been protected if not private. */ AmigaOSFilesystemNode(BPTR pLock, const char *pDisplayName = 0); /** * Copy constructor. * - * @note Needed because it duplicates the file lock + * @note Needed because it duplicates the file lock. */ AmigaOSFilesystemNode(const AmigaOSFilesystemNode &node); -- cgit v1.2.3