diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-10-04 10:55:27 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-06 02:09:28 +0000 |
commit | d6d4a81f8ad4e41c39200a8b8e4f02fe8f97634b (patch) | |
tree | 93f3f37bde77265ebe2c377d3fda49a2dbfd92b9 /SourceLevelDebugPkg/Include | |
parent | 1bd2ff18664b9564a5802d0ac153b5023f2fa41e (diff) | |
download | edk2-d6d4a81f8ad4e41c39200a8b8e4f02fe8f97634b.tar.gz edk2-d6d4a81f8ad4e41c39200a8b8e4f02fe8f97634b.tar.bz2 edk2-d6d4a81f8ad4e41c39200a8b8e4f02fe8f97634b.zip |
SourceLevelDebugPkg: Fix spelling errors
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4091
Fixes spelling errors in the package so the SpellCheck CI plugin can
be enabled.
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'SourceLevelDebugPkg/Include')
-rw-r--r-- | SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h b/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h index ad7bccda28..ebb2168632 100644 --- a/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h +++ b/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h @@ -71,7 +71,7 @@ DebugPortInitialize ( );
/**
- Read data from debug device and save the datas in buffer.
+ Read data from debug device and save the data in a buffer.
Reads NumberOfBytes data bytes from a debug device into the buffer
specified by Buffer. The number of bytes actually read is returned.
|