From 2182039a7d6c71d633fb2ea24f8854f0280d1486 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Mon, 29 Dec 2008 18:28:21 +0000
Subject: [PATCH] updated comment

---
 tsk3/fs/tsk_fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsk3/fs/tsk_fs.h b/tsk3/fs/tsk_fs.h
index a1d96e189..e489296ff 100644
--- a/tsk3/fs/tsk_fs.h
+++ b/tsk3/fs/tsk_fs.h
@@ -525,7 +525,7 @@ extern "C" {
         char *name;             ///< The name of the file (in UTF-8)
         size_t name_size;       ///< The number of bytes allocated to name
 
-        char *shrt_name;        ///< The short name of the file (FAT and NTFS only) or null (in UTF-8)
+        char *shrt_name;        ///< The short name of the file or null (in UTF-8)
         size_t shrt_name_size;  ///< The number of bytes allocated to shrt_name
 
         TSK_INUM_T meta_addr;   ///< Address of the metadata structure that the name points to. 
-- 
GitLab