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.
 
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to