[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/05: analog: typo fix in cmake file.
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/05: analog: typo fix in cmake file. |
Date: |
Wed, 4 Mar 2015 15:29:27 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 0d15575205dcb930f90e0f4a340b9f8c47dc051c
Author: Tom Rondeau <address@hidden>
Date: Thu Feb 26 17:31:00 2015 -0500
analog: typo fix in cmake file.
---
gr-analog/lib/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-analog/lib/CMakeLists.txt b/gr-analog/lib/CMakeLists.txt
index 9c6c03c..921b547 100644
--- a/gr-analog/lib/CMakeLists.txt
+++ b/gr-analog/lib/CMakeLists.txt
@@ -137,7 +137,7 @@ if(ENABLE_STATIC_LIBS)
endif(ENABLE_STATIC_LIBS)
########################################################################
-# QA C++ Code for gr-filter
+# QA C++ Code for gr-analog
########################################################################
if(ENABLE_TESTING)
include(GrTest)