summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/ffi/src/dynasm
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/Modules/ffi/src/dynasm')
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h2
-rw-r--r--plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
index da88199284..be003a35b1 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM ARM encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
index 74e1c7d432..19b7672cbc 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM PPC encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
index 94a79a163d..85959c56b7 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM encoding engine prototypes.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
index 83c6eb5a0f..853ab061a9 100644
--- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
+++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h
@@ -1,4 +1,4 @@
-/*
+/*
** DynASM x86 encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.