From d5f93a82820ba972e0669d75b5318015c45ad18f Mon Sep 17 00:00:00 2001 From: David Majda Date: Tue, 18 Aug 2015 10:58:22 +0200 Subject: [PATCH] Fix comment typo --- lib/compiler/opcodes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler/opcodes.js b/lib/compiler/opcodes.js index 7b89496..4c52008 100644 --- a/lib/compiler/opcodes.js +++ b/lib/compiler/opcodes.js @@ -48,7 +48,7 @@ var opcodes = { /* Failure Reporting */ SILENT_FAILS_ON: 28, // SILENT_FAILS_ON - SILENT_FAILS_OFF: 29 // SILENT_FAILS_FF + SILENT_FAILS_OFF: 29 // SILENT_FAILS_OFF }; module.exports = opcodes;