summaryrefslogtreecommitdiffstats
path: root/kdecore/malloc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
commit1e81063308485e2f5f6375a410a41cb310ef7bbd (patch)
tree9ff3197accd24b2274346fdfe2027b2fd3101bdb /kdecore/malloc
parenta1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff)
downloadtdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz
tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip
Rename kde libraries to tde
Diffstat (limited to 'kdecore/malloc')
-rw-r--r--kdecore/malloc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/malloc/README b/kdecore/malloc/README
index 181c29764..6a24a39db 100644
--- a/kdecore/malloc/README
+++ b/kdecore/malloc/README
@@ -19,7 +19,7 @@ the system libc malloc is used, otherwise this malloc is used.
If you have any problem with this malloc, try first using --enable-fast-malloc=debug and
-recompiling libkdecore, or use valgrind. This malloc seems to be more vulnerable to heap
+recompiling libtdecore, or use valgrind. This malloc seems to be more vulnerable to heap
corruption, such as deleting a block twice, so faulty code may run without problems
with standard malloc shipped with your libc, but it will crash with this malloc. In case
you think there's any problem with this malloc, please mail me.