diff --git a/lambda-test/alert-test.c b/lambda-test/alert-test.c index e7b143a..ed0f9e7 100644 --- a/lambda-test/alert-test.c +++ b/lambda-test/alert-test.c @@ -1,5 +1,5 @@ /* - * adc-test.c + * alert-test.c * * Unit tests for the lambda project. * diff --git a/lambda-test/display-test.c b/lambda-test/display-test.c index b413f3f..3e2331a 100644 --- a/lambda-test/display-test.c +++ b/lambda-test/display-test.c @@ -1,5 +1,5 @@ /* - * lambda-test.c + * display-test.c * * Unit tests for the lambda project. * diff --git a/lambda-test/interrupts-test.c b/lambda-test/interrupts-test.c index 4dd5e09..238d595 100644 --- a/lambda-test/interrupts-test.c +++ b/lambda-test/interrupts-test.c @@ -1,5 +1,5 @@ /* - * lambda-test.c + * interrupts-test.c * * Unit tests for the lambda project. * diff --git a/lambda-test/sensors-test.c b/lambda-test/sensors-test.c index b703b11..5081acb 100644 --- a/lambda-test/sensors-test.c +++ b/lambda-test/sensors-test.c @@ -1,5 +1,5 @@ /* - * lambda-test.c + * sensors-test.c * * Unit tests for the lambda project. * diff --git a/lambda-test/strings-test.c b/lambda-test/strings-test.c index 2d94a65..1d44f51 100644 --- a/lambda-test/strings-test.c +++ b/lambda-test/strings-test.c @@ -1,5 +1,5 @@ /* - * lambda-test.c + * strings-test.c * * Unit tests for the lambda project. *