diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-03 09:57:48 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-03 09:57:48 +0200 |
| commit | ef665258eb745f1da8767d9c42f1076de4000cd5 (patch) | |
| tree | a52c2ac0da1f79a955c6161acd817202facb2c3f | |
| parent | 6a5e5a170abe4d6b08b286f2cf69277aceee9584 (diff) | |
MHR-23: Fix typo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | Private/Source/FS/NewFS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/FS/NewFS.cxx b/Private/Source/FS/NewFS.cxx index c3d5283e..c9dc4bbf 100644 --- a/Private/Source/FS/NewFS.cxx +++ b/Private/Source/FS/NewFS.cxx @@ -20,7 +20,7 @@ using namespace NewOS; ///! BUGS: 0 /***********************************************************************************/ -/* This file implement the New File System. +/* This file implements the New File System. /***********************************************************************************/ STATIC MountpointInterface sMountpointInterface; |
