OSDN Git Service

[lldb/Lua] add 'Lua' before naming versions
authorPedro Tammela <pctammela@gmail.com>
Sat, 23 Jan 2021 15:20:54 +0000 (15:20 +0000)
committerPedro Tammela <pctammela@gmail.com>
Sat, 23 Jan 2021 15:20:54 +0000 (15:20 +0000)
NFC

lldb/bindings/lua/lua-typemaps.swig

index 24983dc..32435b9 100644 (file)
@@ -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.