mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
s390-tools: Fix typos in code and man page files
Fix typos reported by (Debian) lintian. Closes: https://github.com/ibm-s390-linux/s390-tools/pull/168 Signed-off-by: Frank Heimes <frank.heimes@canonical.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
0e3034c0f6
commit
e0034eddbf
@@ -951,7 +951,7 @@ static void set_record_extension(struct file *f, int *record, off_t addr,
|
||||
|
||||
if (f->record_scan_state != RSS_DATA_BLOCK_STARTED &&
|
||||
f->record_scan_state != RSS_DATA_BLOCK_EXT)
|
||||
DIE("%s: interal error\n", __func__);
|
||||
DIE("%s: internal error\n", __func__);
|
||||
|
||||
BUG(*record >= f->fst->nr_records);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user