diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:21:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:21:05 +0100 |
commit | c4568ab37edc01e01f258d64bceddcd01633a268 (patch) | |
tree | 8ae92c661dad3bde1055513daa15ce703d3632f7 /src/os_amiga.c | |
parent | f0d58efc9dc46be37c629cbc99b4125448ca39fd (diff) | |
download | vim-git-c4568ab37edc01e01f258d64bceddcd01633a268.tar.gz |
patch 8.1.0528: various typos in commentsv8.1.0528
Problem: Various typos in comments.
Solution: Fix the typos.
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r-- | src/os_amiga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_amiga.c b/src/os_amiga.c index 767cbfaf3..7623f8220 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -941,7 +941,7 @@ mch_exit(int r) * getch() will return immediately rather than wait for a return. You * lose editing features though. * - * Cooked: This function returns the designate file pointer to it's normal, + * Cooked: This function returns the designate file pointer to its normal, * wait for a <CR> mode. This is exactly like raw() except that * it sends a 0 to the console to make it back into a CON: from a RAW: */ @@ -1387,7 +1387,7 @@ mch_breakcheck(int force) got_int = TRUE; } -/* this routine causes manx to use this Chk_Abort() rather than it's own */ +/* this routine causes manx to use this Chk_Abort() rather than its own */ /* otherwise it resets our ^C when doing any I/O (even when Enable_Abort */ /* is zero). Since we want to check for our own ^C's */ |