diff --git a/Makefile b/Makefile
index 94b8dc2b829370d5b82b17c5444491b8ce7dbbd2..e871aaea51445823d60e3064f11c950960a88a56 100644
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,7 @@ FILE=ffmpeg-$(shell grep "\#define FFMPEG_VERSION " libavcodec/avcodec.h | \
 tar:
 	rm -rf /tmp/$(FILE)
 	cp -r . /tmp/$(FILE)
-	( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS )
+	( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude .svn )
 	rm -rf /tmp/$(FILE)
 
 .PHONY: lib
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 5574026e37fc761082fccb69e8ade21297bf54cc..300ea5c42ca93d4c8f32453c8136ab3db533972a 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -69,7 +69,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 ...
 */
 
-//Changelog: use the CVS log
+//Changelog: use the Subversion log
 
 #include "config.h"
 #include <inttypes.h>