summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-30 14:26:48 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-30 14:26:48 -0400
commitdf7de9d97b755b3986c71756c921ba9ff6df3d18 (patch)
tree5fa0a618745b0848fda01d4115661c821451995b
parent89f684339d1d75617badb5f8b19c5e0e8dc9b711 (diff)
volk: fixed typo (stray tabs?) in volk_profile.
-rw-r--r--volk/apps/volk_profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index 0b81c9b640..074d1e7be4 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) {