diff options
Diffstat (limited to 'gdb/stubs/m32r-stub.c')
-rw-r--r-- | gdb/stubs/m32r-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stubs/m32r-stub.c b/gdb/stubs/m32r-stub.c index 4d54f72..40d0ca0 100644 --- a/gdb/stubs/m32r-stub.c +++ b/gdb/stubs/m32r-stub.c @@ -542,7 +542,7 @@ handle_exception (int exceptionVector) /* qCRC support */ -/* Table used by the crc32 function to calcuate the checksum. */ +/* Table used by the crc32 function to calculate the checksum. */ static unsigned long crc32_table[256] = { 0, 0 }; static unsigned long |