Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181025
b: refs/heads/master
c: db83aab
h: refs/heads/master
i:
  181023: 3586412
v: v3
  • Loading branch information
Richard Hartmann authored and Herbert Xu committed Feb 16, 2010
1 parent 785d0c3 commit 331733c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0375d66dd04ba828066807edccf7ae8245f903d2
refs/heads/master: db83aabfe115cb8a75f79ada5ce5fdc2d52f5a4d
6 changes: 3 additions & 3 deletions trunk/crypto/crc32c.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Cryptographic API.
*
* CRC32C chksum
Expand Down Expand Up @@ -30,7 +30,7 @@
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
*/
Expand Down Expand Up @@ -142,7 +142,7 @@ static u32 crc32c(u32 crc, const u8 *data, unsigned int length)
}

/*
* Steps through buffer one byte at at time, calculates reflected
* Steps through buffer one byte at at time, calculates reflected
* crc using table.
*/

Expand Down

0 comments on commit 331733c

Please sign in to comment.