summaryrefslogtreecommitdiff
path: root/amigaos4
diff options
context:
space:
mode:
authorcuishuang <imcusg@gmail.com>2022-03-03 20:15:20 +0800
committerJames E Keenan <jkeenan@cpan.org>2022-03-03 13:46:06 +0000
commit31cd1f1d329adc3118b6ae1b91ae79ff55ca3689 (patch)
tree8ab4aa8d90c8ba6faf238d719c1ef39f1cf5570f /amigaos4
parentbe22c34e021337a1c3b3a7bb8afb78ab05ef433a (diff)
downloadperl-31cd1f1d329adc3118b6ae1b91ae79ff55ca3689.tar.gz
doc: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com> Committer: cuishuang is now a Perl author.
Diffstat (limited to 'amigaos4')
-rw-r--r--amigaos4/amigaio.c2
-rw-r--r--amigaos4/amigaos.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/amigaos4/amigaio.c b/amigaos4/amigaio.c
index 3b2cdcd5e0..e51186c958 100644
--- a/amigaos4/amigaio.c
+++ b/amigaos4/amigaio.c
@@ -803,7 +803,7 @@ void *amigaos_system_child(void *userdata)
I32 value;
STRLEN n_a;
/* these next are declared by macros else where but I may be
- * passing modified values here so declare them explictly but
+ * passing modified values here so declare them explicitly but
* still referred to by macro below */
register SV **sp;
diff --git a/amigaos4/amigaos.c b/amigaos4/amigaos.c
index e136b55087..0868f977b4 100644
--- a/amigaos4/amigaos.c
+++ b/amigaos4/amigaos.c
@@ -521,7 +521,7 @@ void ___freeenviron()
}
-/* Work arround for clib2 fstat */
+/* Work around for clib2 fstat */
#ifndef S_IFCHR
#define S_IFCHR 0x0020000
#endif