summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/GraphicsManagement.cpp
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-17 17:48:55 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-17 17:48:55 +0100
commit0aab7743436424170d3d3d421e85e7f066d351e9 (patch)
treefc6bbe146b92a0194978d5cb25095a6018dd660a /Kernel/Graphics/GraphicsManagement.cpp
parentbebbeda7262d9139ac249387672e567fe3d3791f (diff)
downloadserenity-0aab7743436424170d3d3d421e85e7f066d351e9.zip
Everywhere: Fix a bunch of typos
Diffstat (limited to 'Kernel/Graphics/GraphicsManagement.cpp')
-rw-r--r--Kernel/Graphics/GraphicsManagement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Graphics/GraphicsManagement.cpp b/Kernel/Graphics/GraphicsManagement.cpp
index c056cfd164..5b4c36676e 100644
--- a/Kernel/Graphics/GraphicsManagement.cpp
+++ b/Kernel/Graphics/GraphicsManagement.cpp
@@ -97,13 +97,13 @@ UNMAP_AFTER_INIT bool GraphicsManagement::initialize()
* 2. The bootloader specified settings of a pre-set framebuffer, and the
* kernel does not have a native driver for a detected display adapter,
* therefore the kernel will use the pre-set framebuffer. Modesetting is not
- * availabe in this situation.
+ * available in this situation.
* 3. The bootloader didn't specify settings of a pre-set framebuffer, and
* the kernel does not have a native driver for a detected display adapter,
* therefore the kernel will try to initialize a VGA text mode console.
* In that situation, the kernel will assume that VGA text mode was already
* initialized, but will still try to modeset it. No switching to graphical
- * enviroment is allowed in this case.
+ * environment is allowed in this case.
*
* By default, the kernel assumes that no framebuffer was created until it
* was proven that there's an existing framebuffer or we can modeset the