summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-02-16 16:35:49 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-02-16 16:35:49 +0900
commit0bc4568c4b69ef6535079bedda4a578f4e375aeb (patch)
tree3b6c2c08031225e8f6cc9032b4ee0ba78512538b /TODO
parent7acd85d65ef52b08be9cf5cdf057239aa7a21e85 (diff)
downloadrsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.gz
rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.bz2
rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.zip
Imported Upstream version 3.2.0upstream/3.2.0
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9baf4631..03ecfeaf 100644
--- a/TODO
+++ b/TODO
@@ -94,7 +94,7 @@ Handling IPv6 on old machines
platforms that have a half-working implementation, so redefining
these functions clashes with system headers, and leaving them out
breaks. This affects at least OSF/1, RedHat 5, and Cobalt, which
- are moderately improtant.
+ are moderately important.
Perhaps the simplest solution would be to have two different files
implementing the same interface, and choose either the new or the
@@ -236,7 +236,7 @@ Memory accounting
At exit, show how much memory was used for the file list, etc.
- Also we do a wierd exponential-growth allocation in flist.c. I'm
+ We also do a weird exponential-growth allocation in flist.c. I'm
not sure this makes sense with modern mallocs. At any rate it will
make us allocate a huge amount of memory for large file lists.