summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-07-21 14:18:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-07-21 14:18:24 +0000
commitc9e287070e713d0032dfe0384572dff3cd118a7d (patch)
tree2ed6d4b5280620388886eb36d6388857514e676e /json.h
parentc875dc9a5b1764aded7f97f0ace9edfd0509f28c (diff)
downloadgpsd-c9e287070e713d0032dfe0384572dff3cd118a7d.tar.gz
More JSON refactoring - prepare the client libary to use it.
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.h b/json.h
index 04268b91..a16f170f 100644
--- a/json.h
+++ b/json.h
@@ -1,5 +1,5 @@
/* $Id$ */
-/* Structures for JSON paarsing using only fixed-extent memory */
+/* Structures for JSON parsing using only fixed-extent memory */
#include <stdbool.h>
#include <ctype.h>