1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

header typos

This commit is contained in:
musvaage
2022-12-19 15:08:20 -06:00
committed by Daniel Black
parent 0ca3aaa75f
commit e9e6c7a3c5
19 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@
*/
/*
Code for generell handling of priority Queues.
Code for general handling of priority Queues.
Implementation of queues from "Algorithms in C" by Robert Sedgewick.
*/