Skip to content

Commit b182071

Browse files
authored
Fix typo (#422)
1 parent a25e92d commit b182071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
struct cache;
1919

20-
/** cache_create - crate a new cache
20+
/** cache_create - create a new cache
2121
* @size_bits: cache size is 2^size_bits
2222
* @return: a pointer points to new cache
2323
*/

0 commit comments

Comments
 (0)