summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-08 17:37:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-09 09:12:25 +0100
commita35bfce31f891431bedd8ed321762a889d55ce0e (patch)
tree96191f7fe630ab2270781ac1df50b19c3205772b /basic
parentloplugin:unusedmethods (diff)
downloadcore-a35bfce31f891431bedd8ed321762a889d55ce0e.tar.gz
core-a35bfce31f891431bedd8ed321762a889d55ce0e.zip
Fix typo
Change-Id: I9de253ee55e662b0356f1fe305cd0acb050474da Reviewed-on: https://gerrit.libreoffice.org/64826 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/codegen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index e73700e5cedf..6daa6dde378d 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -58,7 +58,7 @@ void SbiCodeGen::Statement()
nCol = pParser->GetCol1();
// #29955 Store the information of the for-loop-layer
- // in the uppper Byte of the column
+ // in the upper Byte of the column
nCol = (nCol & 0xff) + 0x100 * nForLevel;
}