Skip to content

Commit 09dc985

Browse files
chore(docs): Fix comment typo in buffer_pool_manager.h (#615)
Fix comment typo in buffer_pool_manager.h Co-authored-by: Prashanth Duvvada <[email protected]>
1 parent b7896c9 commit 09dc985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/buffer/buffer_pool_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class BufferPoolManager {
181181

182182
/** Array of buffer pool pages. */
183183
Page *pages_;
184-
/** Pointer to the disk sheduler. */
184+
/** Pointer to the disk scheduler. */
185185
std::unique_ptr<DiskScheduler> disk_scheduler_ __attribute__((__unused__));
186186
/** Pointer to the log manager. Please ignore this for P1. */
187187
LogManager *log_manager_ __attribute__((__unused__));

0 commit comments

Comments
 (0)