1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 23:31:33 -07:00

Fix typo.

Copied from Perforce
 Change: 185042
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-03-27 12:22:19 +00:00
parent 945f444158
commit 28d9865637

View file

@ -162,7 +162,7 @@ void (LockReleaseMPM)(Lock lock)
/* LockClaimRecursive -- claim a lock (recursive) */
void L(ockClaimRecursive)(Lock lock)
void (LockClaimRecursive)(Lock lock)
{
int res;