Fix typo on features.h (#303)

This commit is contained in:
Samuel Pordeus
2020-09-28 19:17:49 -03:00
committed by GitHub
parent cfdf5bd4eb
commit a4341e811d

View File

@@ -38,7 +38,7 @@ ASMJIT_BEGIN_NAMESPACE
//! Base class that provides information about CPU features.
//!
//! Internally each feature is repreesnted by a single bit in an embedded
//! Internally each feature is represented by a single bit in an embedded
//! bit-array, however, feature bits are defined by an architecture specific
//! implementations, like \ref x86::Features.
class BaseFeatures {