diff options
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/dlfcn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h index c629fc7f42..d4a8d5ac01 100644 --- a/dlfcn/dlfcn.h +++ b/dlfcn/dlfcn.h @@ -40,7 +40,7 @@ # define RTLD_DEFAULT ((void *) 0) -/* Type for namespace indeces. */ +/* Type for namespace indices. */ typedef long int Lmid_t; /* Special namespace ID values. */ |