From f2ce26170c3680b029667d7f21ba99769d8cd322 Mon Sep 17 00:00:00 2001 From: Ben Schreiber <bjschre2@illinois.edu> Date: Wed, 22 Jan 2020 17:18:07 -0600 Subject: [PATCH] Fix comment in pipeline Makefile --- hpvm/test/pipeline/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/test/pipeline/Makefile b/hpvm/test/pipeline/Makefile index 421c9a8532..52ac5a9b7e 100644 --- a/hpvm/test/pipeline/Makefile +++ b/hpvm/test/pipeline/Makefile @@ -1,4 +1,4 @@ -# This Makefile compiles the HPVM-CAVA pilot project. +# This Makefile compiles the HPVM-pipeline test. # It builds HPVM-related dependencies, then the native camera pipeline ISP code. # # Paths to some dependencies (e.g., HPVM, LLVM) must exist in Makefile.config, -- GitLab