mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
MFp4: Fix copy&paste English error.
This commit is contained in:
parent
1d89dde13e
commit
5b3a32e4a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112850
@ -92,7 +92,7 @@ bwrite(struct uufsd *disk, ufs2_daddr_t blockno, const void *data, size_t size)
|
||||
|
||||
cnt = pwrite(disk->d_fd, data, size, (off_t)(blockno * disk->d_bsize));
|
||||
if (cnt == -1) {
|
||||
ERROR(disk, "read write to block device");
|
||||
ERROR(disk, "write error to block device");
|
||||
return -1;
|
||||
}
|
||||
if ((size_t)cnt != size) {
|
||||
|
Loading…
Reference in New Issue
Block a user