trivial: fix then -> than typos in comments and documentation
- (better, more, bigger ...) then -> (...) than Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
0abb8b6a93
commit
025dfdafe7
@@ -1348,7 +1348,7 @@ xfs_finish_flags(
|
||||
{
|
||||
int ronly = (mp->m_flags & XFS_MOUNT_RDONLY);
|
||||
|
||||
/* Fail a mount where the logbuf is smaller then the log stripe */
|
||||
/* Fail a mount where the logbuf is smaller than the log stripe */
|
||||
if (xfs_sb_version_haslogv2(&mp->m_sb)) {
|
||||
if (mp->m_logbsize <= 0 &&
|
||||
mp->m_sb.sb_logsunit > XLOG_BIG_RECORD_BSIZE) {
|
||||
|
Reference in New Issue
Block a user