aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-16 14:54:20 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-16 14:54:20 +0000
commit40ee68e3d40576b86e718529842873cc93bee8b3 (patch)
tree230f94b760dffba3c3dd0ffdfff6f07ba83a04a3 /epan
parent2cb017d84f77758744d6ccdbce749dc679e218f9 (diff)
correct the little / big endian comment
svn path=/trunk/; revision=19558
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-usb.c b/epan/dissectors/packet-usb.c
index 5cd3a67ce1..787cda601a 100644
--- a/epan/dissectors/packet-usb.c
+++ b/epan/dissectors/packet-usb.c
@@ -1,6 +1,6 @@
/* Man this is suboptimal.
- * The USB Header and the setup data are LITTLE ENDIAN
- * but all the real usb data is BIG ENDIAN.
+ * The USB Header and the setup data are BIG ENDIAN
+ * but all the real usb data is LITTLE ENDIAN.
*/
/* packet-usb.c