Skip to content

Commit c383612

Browse files
committed
Thanks to Wolfgang Keller <[email protected]>
1 parent 1772853 commit c383612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void popcli(void);
131131

132132
// sleeplock.c
133133
void acquiresleep(struct sleeplock*);
134-
void releasesleep(struct sleeplock*);
134+
void releasesleep(struct sleeplock*);
135135
int holdingsleep(struct sleeplock*);
136136
void initsleeplock(struct sleeplock*, char*);
137137

0 commit comments

Comments
 (0)