[llvm-branch-commits] [lldb] 2bbc762 - [lldb/Lua] add 'Lua' before naming versions
Pedro Tammela via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jan 23 07:26:16 PST 2021
Author: Pedro Tammela
Date: 2021-01-23T15:20:54Z
New Revision: 2bbc762b8ff843cab89230c0a5feeb801c21c376
URL: https://github.com/llvm/llvm-project/commit/2bbc762b8ff843cab89230c0a5feeb801c21c376
DIFF: https://github.com/llvm/llvm-project/commit/2bbc762b8ff843cab89230c0a5feeb801c21c376.diff
LOG: [lldb/Lua] add 'Lua' before naming versions
NFC
Added:
Modified:
lldb/bindings/lua/lua-typemaps.swig
Removed:
################################################################################
diff --git a/lldb/bindings/lua/lua-typemaps.swig b/lldb/bindings/lua/lua-typemaps.swig
index 24983dc0061b..32435b9c5a6c 100644
--- a/lldb/bindings/lua/lua-typemaps.swig
+++ b/lldb/bindings/lua/lua-typemaps.swig
@@ -4,7 +4,7 @@
//===----------------------------------------------------------------------===//
-// In 5.3 and beyond the VM supports integers, so we need to remap
+// In Lua 5.3 and beyond the VM supports integers, so we need to remap
// SWIG's internal handling of integers.
More information about the llvm-branch-commits
mailing list