mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-18 13:04:36 +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.
|
//! 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
|
//! bit-array, however, feature bits are defined by an architecture specific
|
||||||
//! implementations, like \ref x86::Features.
|
//! implementations, like \ref x86::Features.
|
||||||
class BaseFeatures {
|
class BaseFeatures {
|
||||||
|
|||||||
Reference in New Issue
Block a user