8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00

Fix typos in comments

This commit is contained in:
skidder 2007-04-24 17:40:42 +00:00
parent f94348fbbc
commit 20eacb95fa
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ struct ObjectOwnerData {
* Architecture goals for the class * Architecture goals for the class
* - Lock to protect intra-process cached resources with object-oriented interface: * - Lock to protect intra-process cached resources with object-oriented interface:
* invalidate()/fetch() * invalidate()/fetch()
* - Two lock modes: llRead (LCK_PR) and llWrite (LCK_EX) * - Two lock modes: LCK_read (LCK_PR) and LCK_write (LCK_EX)
* - Support for lock recursion (multiple acquires of a lock by a given owner) * - Support for lock recursion (multiple acquires of a lock by a given owner)
* - Flexible execution environment * - Flexible execution environment
* - Multiple threads * - Multiple threads

View File

@ -159,7 +159,7 @@ const SATOM nbak_state_unknown = -1; // State is unknown. Needs to be read
* *
* To change backup state, engine takes LCK_backup_database lock first, forcing all * To change backup state, engine takes LCK_backup_database lock first, forcing all
* dirty pages to the disk, modifies the header page reflecting the state change, * dirty pages to the disk, modifies the header page reflecting the state change,
* and releases the lock allowing transation processing to continue. * and releases the lock allowing transaction processing to continue.
* *
* LCK_backup_alloc is used to protect mapping table between difference file * LCK_backup_alloc is used to protect mapping table between difference file
* (.delta) and the database. To add new page to the mapping attachment needs to * (.delta) and the database. To add new page to the mapping attachment needs to