mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +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.
|
||||
|
||||
// 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 {
|
||||
char* ptr;
|
||||
size_t size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user