From 6821ba0e7652ae25fac6ee36fdb6e81a2f4971a9 Mon Sep 17 00:00:00 2001 From: "Christian S.J. Peron" Date: Thu, 17 May 2007 16:03:14 +0000 Subject: [PATCH] Correct typo in comment --- sys/sys/lockf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 27bb84f3381f..880b487e7509 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -54,7 +54,7 @@ struct lockf { off_t lf_start; /* Byte # of the start of the lock */ off_t lf_end; /* Byte # of the end of the lock (-1=EOF) */ caddr_t lf_id; /* Id of the resource holding the lock */ - struct lockf **lf_head; /* Back pointer to the head of the locf list */ + struct lockf **lf_head; /* Back pointer to the head of the lockf list */ struct inode *lf_inode; /* Back pointer to the inode */ struct lockf *lf_next; /* Pointer to the next lock on this inode */ struct locklist lf_blkhd; /* List of requests blocked on this lock */