summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.c
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-23 17:43:09 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-23 17:43:09 +0100
commitb00346cd08b55d25e427cfabafbaa66e09a8444b (patch)
treee3b6477843762d86698b70fd27fec28b52fc22db /src/jsapi-libdom.c
parent0c61abc9f71a128c5045738af3489aac743986bd (diff)
downloadnsgenbind-b00346cd08b55d25e427cfabafbaa66e09a8444b.tar.gz
nsgenbind-b00346cd08b55d25e427cfabafbaa66e09a8444b.tar.bz2
The name of teh tool is nsgenbind correct this everywhere
Diffstat (limited to 'src/jsapi-libdom.c')
-rw-r--r--src/jsapi-libdom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jsapi-libdom.c b/src/jsapi-libdom.c
index fdcebe7..1dad62a 100644
--- a/src/jsapi-libdom.c
+++ b/src/jsapi-libdom.c
@@ -1,6 +1,6 @@
/* binding output generator for jsapi(spidermonkey) to libdom
*
- * This file is part of nsgenjsbind.
+ * This file is part of nsgenbind.
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
* Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
@@ -13,12 +13,12 @@
#include <stdlib.h>
#include "options.h"
-#include "genjsbind-ast.h"
+#include "nsgenbind-ast.h"
#include "webidl-ast.h"
#include "jsapi-libdom.h"
#define HDR_COMMENT_SEP "\n * "
-#define HDR_COMMENT_PREABLE "Generated by nsgenjsapi"
+#define HDR_COMMENT_PREABLE "Generated by nsgenbind "
static int webidl_file_cb(struct genbind_node *node, void *ctx)