Another typo

This commit is contained in:
Mark Pizzolato 2013-02-06 17:48:43 -08:00
parent 74b8a7d4e8
commit 4d187a7ada

View file

@ -382,8 +382,8 @@ return detach_unit (uptr);
t_stat ptr_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr) t_stat ptr_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
{ {
fprintf (st, "PC11 Paper Tape Reader (PTP)\n\n"); fprintf (st, "PC11 Paper Tape Reader (PTR)\n\n");
fprintf (st, "The paper tape reader (PTP) reads data from a disk file. The POS register\n"); fprintf (st, "The paper tape reader (PTR) reads data from a disk file. The POS register\n");
fprintf (st, "specifies the number of the next data item to be read. Thus, by changing\n"); fprintf (st, "specifies the number of the next data item to be read. Thus, by changing\n");
fprintf (st, "POS, the user can backspace or advance the reader.\n"); fprintf (st, "POS, the user can backspace or advance the reader.\n");
fprint_set_help (st, dptr); fprint_set_help (st, dptr);