From cd247197cd4ef6b33881711256caa61eeeafdb0d Mon Sep 17 00:00:00 2001
From: marko <>
Date: Mon, 22 Oct 2007 07:49:54 +0000
Subject: [PATCH] branches/zip: lock_sec_rec_read_check_and_lock(): Correct a
 typo in comment.

---
 include/lock0lock.h | 2 +-
 lock/lock0lock.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lock0lock.h b/include/lock0lock.h
index 524f4eb83d1..d5c62533275 100644
--- a/include/lock0lock.h
+++ b/include/lock0lock.h
@@ -360,7 +360,7 @@ lock_sec_rec_read_check_and_lock(
 	ulint			flags,	/* in: if BTR_NO_LOCKING_FLAG
 					bit is set, does nothing */
 	const buf_block_t*	block,	/* in: buffer block of rec */
-	const rec_t*		rec,	/* in: user recpord or page
+	const rec_t*		rec,	/* in: user record or page
 					supremum record which should
 					be read or passed over by a
 					read cursor */
diff --git a/lock/lock0lock.c b/lock/lock0lock.c
index 0c481f32d3c..77f751bfaf5 100644
--- a/lock/lock0lock.c
+++ b/lock/lock0lock.c
@@ -5169,7 +5169,7 @@ lock_sec_rec_read_check_and_lock(
 	ulint			flags,	/* in: if BTR_NO_LOCKING_FLAG
 					bit is set, does nothing */
 	const buf_block_t*	block,	/* in: buffer block of rec */
-	const rec_t*		rec,	/* in: user recpord or page
+	const rec_t*		rec,	/* in: user record or page
 					supremum record which should
 					be read or passed over by a
 					read cursor */