summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-31 14:40:39 -0700
committerKarl Williamson <khw@cpan.org>2023-01-04 06:28:57 -0700
commit8029d5fd58db3ede38ab8ad15c91d6796b2a86bf (patch)
treecac443c835a5d28100b63acaaf4ee6f48c5b9144 /Porting
parenta2887f2772e70a589141ab27c29a0b324260ce76 (diff)
downloadperl-8029d5fd58db3ede38ab8ad15c91d6796b2a86bf.tar.gz
Porting/todo.pod: Fix grammar
Diffstat (limited to 'Porting')
-rw-r--r--Porting/todo.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod
index f71aca715e..0a84bf082d 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -137,7 +137,7 @@ for example POSIX passes Exporter some very memory hungry data structures.
=head2 makedef.pl and conditional compilation
-The script F<makedef.pl> that generates the list of exported symbols on
+The script F<makedef.pl> generates the list of exported symbols on
platforms which need this. Functions are declared in F<embed.fnc>, variables
in F<intrpvar.h>. Quite a few of the functions and variables are conditionally
declared there, using C<#ifdef>. However, F<makedef.pl> doesn't understand the