mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
// The following defintions and comments are largely pulled from the Itanium Exception handling ABI
|
||||
// The following definitions and comments are largely pulled from the Itanium Exception handling ABI
|
||||
// Reference: https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.htm, version 1.22
|
||||
// This header defines the methods, types, and constants outlined in Level I. Base ABI
|
||||
// Also, from the Intel386 psABI version 1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue