mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-16 20:17:05 +03:00
Fix typo on features.h (#303)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user