aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorraziel-2014-09-22 11:02:57 +0300
committerraziel-2014-09-22 11:02:57 +0300
commit6f93c11b9c959c614ebc6b76b8fbc7c5601c58cc (patch)
tree9eb7d9adb0b8ed4ead3d08eed9429d52512d604d /backends
parenta09b2ad23af65141f9eaa205e1c966383c64a197 (diff)
downloadscummvm-rg350-6f93c11b9c959c614ebc6b76b8fbc7c5601c58cc.tar.gz
scummvm-rg350-6f93c11b9c959c614ebc6b76b8fbc7c5601c58cc.tar.bz2
scummvm-rg350-6f93c11b9c959c614ebc6b76b8fbc7c5601c58cc.zip
AMIGAOS: More cleanup
Period on all comments
Diffstat (limited to 'backends')
-rw-r--r--backends/fs/amigaos4/amigaos4-fs.h6
1 files changed, 3 insertions, 3 deletions
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);