mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +02:00
docs: fix simple typo, intented -> intended (#138)
There is a small typo in src/utils/list_cpu_features.c. Should read `intended` rather than `intented`.
This commit is contained in:
parent
7f62ff67c8
commit
c0885fec9b
@ -44,7 +44,7 @@
|
|||||||
// the data accordingly.
|
// the data accordingly.
|
||||||
|
|
||||||
// We use a bump allocator to allocate strings and nodes of the tree,
|
// We use a bump allocator to allocate strings and nodes of the tree,
|
||||||
// Memory is not intented to be reclaimed.
|
// Memory is not intended to be reclaimed.
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char* ptr;
|
char* ptr;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user