diff options
Diffstat (limited to 'sys/fs/ntfs/ntfs_ihash.c')
| -rw-r--r-- | sys/fs/ntfs/ntfs_ihash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs_ihash.c b/sys/fs/ntfs/ntfs_ihash.c index a84574e4d552..e684d395d7ca 100644 --- a/sys/fs/ntfs/ntfs_ihash.c +++ b/sys/fs/ntfs/ntfs_ihash.c @@ -45,7 +45,7 @@ #include <fs/ntfs/ntfs_inode.h> #include <fs/ntfs/ntfs_ihash.h> -MALLOC_DEFINE(M_NTFSNTHASH, "NTFS nthash", "NTFS ntnode hash tables"); +MALLOC_DEFINE(M_NTFSNTHASH, "ntfs_nthash", "NTFS ntnode hash tables"); /* * Structures associated with inode cacheing. |
