summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorKeith Thompson <Keith.S.Thompson@gmail.com>2011-09-05 16:37:46 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-07 22:15:35 -0700
commitcdad3b53476fc75fca269751d978ddef3278f18b (patch)
tree8f98fb4e3cccff4a95ea65909eb8928e59dec453 /malloc.c
parentd6ee8587bdce64301e0540956a01c5b2c8b18f9b (diff)
downloadperl-cdad3b53476fc75fca269751d978ddef3278f18b.tar.gz
Convert some files from Latin-1 to UTF-8
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 3c2923aa0c..64613ee05d 100644
--- a/malloc.c
+++ b/malloc.c
@@ -5,7 +5,7 @@
/*
* 'The Chamber of Records,' said Gimli. 'I guess that is where we now stand.'
*
- * [p.321 of _The Lord of the Rings_, II/v: "The Bridge of Khazad-Dûm"]
+ * [p.321 of _The Lord of the Rings_, II/v: "The Bridge of Khazad-Dûm"]
*/
/* This file contains Perl's own implementation of the malloc library.