summaryrefslogtreecommitdiffstats
path: root/db/mork/src/morkParser.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-10 19:36:14 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-10 19:36:14 -0500
commit713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e (patch)
tree06480f2d8094f99cb1ff1e73f68a07d75f011028 /db/mork/src/morkParser.h
parent9ae2525b9a5a9ea59055a688706daa0b88e62acc (diff)
downloadUXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.gz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.lz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.tar.xz
UXP-713dca2fd8c13e9d417adc7f56ea3b2b54e6d54e.zip
Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces
Tag #1273
Diffstat (limited to 'db/mork/src/morkParser.h')
-rw-r--r--db/mork/src/morkParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mork/src/morkParser.h b/db/mork/src/morkParser.h
index 9ddfd7731..ce1fd8943 100644
--- a/db/mork/src/morkParser.h
+++ b/db/mork/src/morkParser.h
@@ -185,7 +185,7 @@ public: // inlines
#define morkParser_kTag /*i*/ 0x70417253 /* ascii 'pArS' */
// These are states for the simple parsing virtual machine. Needless to say,
-// these must be distinct, and preferrably in a contiguous integer range.
+// these must be distinct, and preferably in a contiguous integer range.
// Don't change these constants without looking at switch statements in code.
#define morkParser_kCellState 0 /* cell is tightest scope */
#define morkParser_kMetaState 1 /* meta is tightest scope */