From: Steinar H. Gunderson Date: Fri, 29 Jul 2016 10:31:04 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: 0.5.1~3 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=70c3c8c164f11529ee443a70dbaae65a27308b60;hp=b9433278b3cca82312d3785e2e75a57375a8683c;p=bmusb Fix a typo. --- 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)