From 205ced6a7c27475cf0920e8019c48d3b2f7a43f8 Mon Sep 17 00:00:00 2001 From: WIndows XP Date: Sat, 26 Dec 2009 11:09:08 -0500 Subject: [PATCH] Small changes --- test/testlinux.c | 2 +- test/testsolaris.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testlinux.c b/test/testlinux.c index fe4f97e9..f6d645b0 100644 --- a/test/testlinux.c +++ b/test/testlinux.c @@ -16,7 +16,7 @@ */ /* - Regression test for cdio_nrgfile(). + Unit test for lib/driver/gnu_linux.c */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/test/testsolaris.c b/test/testsolaris.c index f66ffe67..36522fa7 100644 --- a/test/testsolaris.c +++ b/test/testsolaris.c @@ -16,7 +16,7 @@ */ /* - Regression test for cdio_nrgfile(). + Unit test for lib/driver/solaris.c */ #ifdef HAVE_CONFIG_H # include "config.h"