Fix typo in comment
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 8 Feb 2008 05:45:46 +0000 (05:45 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 8 Feb 2008 05:45:46 +0000 (05:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24288 f5534014-38df-0310-8fa8-9805f1628bb7

epan/ftypes/ftype-integer.c

index bd3cfd59434db44c14d532d16271eea7c4378ecd..ff48e06ff10c0dd7e5fcc542fc3a69fbbbad0662 100644 (file)
@@ -35,7 +35,7 @@
 
 /*
  * GLib 1.2[.x] doesn't define G_MAXUINT32 or G_MAXUINT64; if they're
- * not defined, we define them as the maximum 32-bit and 32-bit
+ * not defined, we define them as the maximum 32-bit and 64-bit
  * unsigned numbers.
  */
 #ifndef G_MAXUINT32