From bac5fc340ae8d207feaf2d3a329aefb4e313223d Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 8 Nov 2022 16:24:53 +0300 Subject: [PATCH] typo --- ir_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir_x86.h b/ir_x86.h index ab22844..4c8c53b 100644 --- a/ir_x86.h +++ b/ir_x86.h @@ -1,6 +1,6 @@ /* * IR - Lightweight JIT Compilation Framework - * (x86/x86_64 CPU soecific definitions) + * (x86/x86_64 CPU specific definitions) * Copyright (C) 2022 Zend by Perforce. * Authors: Dmitry Stogov */