aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/gryphon/packet-gryphon.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/gryphon/packet-gryphon.h')
-rw-r--r--plugins/epan/gryphon/packet-gryphon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/epan/gryphon/packet-gryphon.h b/plugins/epan/gryphon/packet-gryphon.h
index 4f69b3c7e5..182146269d 100644
--- a/plugins/epan/gryphon/packet-gryphon.h
+++ b/plugins/epan/gryphon/packet-gryphon.h
@@ -66,7 +66,7 @@
#define CMD_SET_TIME 0x0b /* set time */
/* SD-type specific commands: should start at 0x40, global uniqueness */
-/* is prefered, but not mandatory. */
+/* is preferred, but not mandatory. */
/* SD_CARD command types: */
@@ -155,7 +155,7 @@
/* Program loader (SD_PGM) commands: */
-#define CMD_PGM_DESC (SD_PGM * 256 + 0x90) /* Describe a program to to uploaded */
+#define CMD_PGM_DESC (SD_PGM * 256 + 0x90) /* Describe a program to be uploaded */
#define CMD_PGM_UPLOAD (SD_PGM * 256 + 0x91) /* Upload a program to the Gryphon */
#define CMD_PGM_DELETE (SD_PGM * 256 + 0x92) /* Delete an uploaded program */
#define CMD_PGM_LIST (SD_PGM * 256 + 0x93) /* Get a list of uploaded programs */