diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 16:45:59 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-16 16:45:59 +0100 |
commit | 0cd309e07706b1108447033c9e68c9a60e2aa260 (patch) | |
tree | 6431f11c4ddf4b39f4940f114e3c7ab73df37983 /include | |
parent | 3470df6774e8c22a824a104dc41ecc405c40e0f2 (diff) | |
download | gnumach-0cd309e07706b1108447033c9e68c9a60e2aa260.tar.gz gnumach-0cd309e07706b1108447033c9e68c9a60e2aa260.tar.bz2 gnumach-0cd309e07706b1108447033c9e68c9a60e2aa260.zip |
typo
Diffstat (limited to 'include')
-rw-r--r-- | include/mach_debug/mach_debug_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach_debug/mach_debug_types.h b/include/mach_debug/mach_debug_types.h index 2a204065..1c81ca34 100644 --- a/include/mach_debug/mach_debug_types.h +++ b/include/mach_debug/mach_debug_types.h @@ -36,7 +36,7 @@ #include <mach_debug/hash_info.h> typedef char symtab_name_t[32]; -typedef const char *symtab_name_t; +typedef const char *const_symtab_name_t; /* * A fixed-length string data type intended for names given to |