Skip to content

Commit

Permalink
chore(docs): Fix comment typo in buffer_pool_manager.h (#615)
Browse files Browse the repository at this point in the history
Fix comment typo in buffer_pool_manager.h

Co-authored-by: Prashanth Duvvada <[email protected]>
  • Loading branch information
jurplel and prashanthduvvada committed Aug 9, 2024
1 parent b7896c9 commit 09dc985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/buffer/buffer_pool_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class BufferPoolManager {

/** Array of buffer pool pages. */
Page *pages_;
/** Pointer to the disk sheduler. */
/** Pointer to the disk scheduler. */
std::unique_ptr<DiskScheduler> disk_scheduler_ __attribute__((__unused__));
/** Pointer to the log manager. Please ignore this for P1. */
LogManager *log_manager_ __attribute__((__unused__));
Expand Down

0 comments on commit 09dc985

Please sign in to comment.