From 70c3c8c164f11529ee443a70dbaae65a27308b60 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 29 Jul 2016 12:31:04 +0200 Subject: [PATCH] Fix a typo. --- fake_capture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_capture.cpp b/fake_capture.cpp index 1410ef4..432cf42 100644 --- a/fake_capture.cpp +++ b/fake_capture.cpp @@ -31,7 +31,7 @@ namespace bmusb { namespace { // We don't bother with multiversioning for this, because SSE2 -// is on my default for all 64-bit compiles, which is really +// is on by default for all 64-bit compiles, which is really // the target user segment here. void memset2(uint8_t *s, const uint8_t c[2], size_t n) -- 2.39.2