diff options
author | mjz19910 <matthias291999@gmail.com> | 2022-01-07 05:04:05 -0700 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-07 15:44:42 +0100 |
commit | 10ec98dd3852369834b6367da5615ec2a21846a3 (patch) | |
tree | abbff764b730536f3595cae937f7b8ca86b44e2e /Userland/Libraries/LibC/fenv.cpp | |
parent | 168063819d009b34d43286c0367129592809a79d (diff) | |
download | serenity-10ec98dd3852369834b6367da5615ec2a21846a3.zip |
Everywhere: Fix spelling mistakes
Diffstat (limited to 'Userland/Libraries/LibC/fenv.cpp')
-rw-r--r-- | Userland/Libraries/LibC/fenv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibC/fenv.cpp b/Userland/Libraries/LibC/fenv.cpp index eef6f4b428..a9f057f25e 100644 --- a/Userland/Libraries/LibC/fenv.cpp +++ b/Userland/Libraries/LibC/fenv.cpp @@ -7,7 +7,7 @@ #include <AK/Types.h> #include <fenv.h> -// This is the size of the floating point envinronment image in protected mode +// This is the size of the floating point environment image in protected mode static_assert(sizeof(__x87_floating_point_environment) == 28); static u16 read_status_register() |