1
0
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:
Tim Gates 2020-10-12 18:20:05 +11:00 committed by GitHub
parent 7f62ff67c8
commit c0885fec9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;