mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
fix typos, mostly in comments
This commit is contained in:
parent
f339654280
commit
db390c1ad8
10 changed files with 14 additions and 13 deletions
|
@ -216,7 +216,7 @@ inv_handle:
|
|||
}
|
||||
}
|
||||
|
||||
/* return a string describing last occured dl error */
|
||||
/* return a string describing last occurred dl error */
|
||||
char *dlerror()
|
||||
{
|
||||
return dlerr;
|
||||
|
|
|
@ -45,7 +45,7 @@ void *dlsym(void *handle, char *symbol);
|
|||
/* free dynamicaly-linked library */
|
||||
int dlclose(void *handle);
|
||||
|
||||
/* return a string describing last occured dl error */
|
||||
/* return a string describing last occurred dl error */
|
||||
char *dlerror(void);
|
||||
|
||||
#endif /* !_DLFCN_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue