diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-03 21:47:21 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-25 12:57:44 +0200 |
commit | 26e0ea9356e45a2aa1810b99c4341ebf6298bf05 (patch) | |
tree | c7a832cd5a7ef17c1fe4ff66a70c34d1e87e581e | |
parent | fddacaea0c816639e5ad02e5c7237c4e53ebb5f7 (diff) |
libdiskfs: fix typo
* libdiskfs/diskfs.h: Fix typo.
-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 |