diff options
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 82a16b4f..d98de8ff 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -297,7 +297,7 @@ int diskfs_shortcut_ifsock; /* The user may define this variable, otherwise it has a default value of 30. diskfs_set_sync_interval is called with this value when the first diskfs - thread is started up (in diskfs_spawn_first_threa). */ + thread is started up (in diskfs_spawn_first_thread). */ extern int diskfs_default_sync_interval; /* The user must define this variable, which should be a string that somehow |