diff --git a/furvm/include/furvm/instruction.hpp b/furvm/include/furvm/instruction.hpp index 1e6b4f5..e6fabc3 100644 --- a/furvm/include/furvm/instruction.hpp +++ b/furvm/include/furvm/instruction.hpp @@ -14,7 +14,7 @@ enum class instruction_t : std::uint8_t { /** * @brief Pushes a constant onto the stack. * - * Pushes a constant from the constant pool denoted by two next bytes in low-endian onto the stack. + * Pushes a constant from the constant pool denoted by two next bytes in little-endian onto the stack. */ PushConstant,