]> git.sesse.net Git - bmusb/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 29 Jul 2016 10:31:04 +0000 (12:31 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 29 Jul 2016 10:31:04 +0000 (12:31 +0200)
fake_capture.cpp

index 1410ef4b753960b3482920236e35c2a2c845109e..432cf423443b6271e5b0edf0983e21f5308962a4 100644 (file)
@@ -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)