[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/02: volk: fixed typo (stray tabs?) in vo
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/02: volk: fixed typo (stray tabs?) in volk_profile. |
Date: |
Wed, 30 Jul 2014 18:27:50 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit df7de9d97b755b3986c71756c921ba9ff6df3d18
Author: Tom Rondeau <address@hidden>
Date: Wed Jul 30 14:26:48 2014 -0400
volk: fixed typo (stray tabs?) in volk_profile.
---
volk/apps/volk_profile.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index 0b81c9b..074d1e7 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -200,8 +200,8 @@ int main(int argc, char *argv[]) {
}
config << "\
-#thi s file is generated by volk_profile.\n\
-#the function name is followed by the preferred architecture.\n\
+#this file is generated by volk_profile.\n\
+#the function name is followed by the preferred architecture.\n\
";
BOOST_FOREACH(std::string result, results) {