public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/6] Fix spelling mistake for occurred
@ 2020-08-01  1:04 Michael D Kinney
  2020-08-01  1:04 ` [Patch 1/6] EmulatorPkg: " Michael D Kinney
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Michael D Kinney @ 2020-08-01  1:04 UTC (permalink / raw)
  To: devel
  Cc: Ray Ni, Zhichao Gao, Jordan Justen, Andrew Fish, Jian J Wang,
	Hao A Wu, Liming Gao, Zhiguang Liu, Laszlo Ersek, Ard Biesheuvel,
	Qi Zhang, Rahul Kumar

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (6):
  EmulatorPkg: Fix spelling mistake for occurred
  MdeModulePkg: Fix spelling mistake for occurred
  MdePkg: Fix spelling mistake for occurred
  OvmfPkg: Fix spelling mistake for occurred
  SecurityPkg: Fix spelling mistake for occurred
  ShellPkg: Fix spelling mistake for occurred

 EmulatorPkg/EmuGopDxe/GopScreen.c             |  2 +-
 EmulatorPkg/TimerDxe/Timer.c                  |  2 +-
 MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c      |  4 +-
 MdeModulePkg/Core/Dxe/FwVol/FwVol.c           |  2 +-
 .../Include/Protocol/GenericMemoryTest.h      |  4 +-
 .../Acpi/S3SaveStateDxe/S3SaveState.c         |  2 +-
 .../Acpi/SmmS3SaveState/SmmS3SaveState.c      |  2 +-
 .../Console/ConSplitterDxe/ConSplitter.h      |  4 +-
 .../ConSplitterDxe/ConSplitterGraphics.c      |  4 +-
 .../Universal/DebugPortDxe/DebugPort.c        |  2 +-
 .../Universal/DebugPortDxe/DebugPort.h        |  2 +-
 .../FvSimpleFileSystem.c                      |  2 +-
 .../Universal/LoadFileOnFv2/LoadFileOnFv2.c   |  2 +-
 .../GenericMemoryTestDxe/LightMemoryTest.c    |  4 +-
 .../GenericMemoryTestDxe/LightMemoryTest.h    |  4 +-
 MdePkg/Include/Protocol/UgaDraw.h             |  2 +-
 MdePkg/Library/BaseLib/FilePaths.c            |  2 +-
 OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c         |  2 +-
 OvmfPkg/Include/Protocol/Legacy8259.h         |  2 +-
 OvmfPkg/SioBusDxe/SioService.c                |  2 +-
 .../DxeImageVerificationLib.c                 |  2 +-
 ShellPkg/Include/Library/ShellLib.h           |  4 +-
 .../UefiShellBcfgCommandLib.c                 |  4 +-
 .../Edit/FileBuffer.c                         |  4 +-
 .../Edit/MainTextEditor.c                     | 34 ++++++-------
 .../Edit/MainTextEditor.h                     |  6 +--
 .../HexEdit/BufferImage.c                     |  8 ++--
 .../HexEdit/BufferImage.h                     |  6 +--
 .../HexEdit/Clipboard.c                       |  4 +-
 .../HexEdit/Clipboard.h                       |  4 +-
 .../HexEdit/DiskImage.c                       |  6 +--
 .../HexEdit/DiskImage.h                       |  6 +--
 .../HexEdit/FileImage.c                       |  4 +-
 .../HexEdit/FileImage.h                       |  4 +-
 .../HexEdit/MainHexEditor.c                   | 48 +++++++++----------
 .../HexEdit/MainHexEditor.h                   |  8 ++--
 .../HexEdit/MemImage.c                        |  6 +--
 .../HexEdit/MemImage.h                        |  6 +--
 .../UefiShellDebug1CommandsLib/HexEdit/Misc.c |  8 ++--
 .../UefiShellDebug1CommandsLib/HexEdit/Misc.h |  4 +-
 .../UefiShellDriver1CommandsLib/Drivers.c     |  2 +-
 .../Library/UefiShellLevel2CommandsLib/Rm.c   |  2 +-
 .../UefiShellLevel2CommandsLib.h              |  2 +-
 ShellPkg/Library/UefiShellLib/UefiShellLib.c  |  6 +--
 44 files changed, 120 insertions(+), 120 deletions(-)

-- 
2.21.0.windows.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-08-18 16:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-01  1:04 [Patch 0/6] Fix spelling mistake for occurred Michael D Kinney
2020-08-01  1:04 ` [Patch 1/6] EmulatorPkg: " Michael D Kinney
2020-08-03  2:19   ` [edk2-devel] " Liming Gao
2020-08-07  5:38   ` Ni, Ray
2020-08-01  1:04 ` [Patch 2/6] MdeModulePkg: " Michael D Kinney
2020-08-07  3:28   ` [edk2-devel] " Wu, Hao A
2020-08-01  1:04 ` [Patch 3/6] MdePkg: " Michael D Kinney
2020-08-03  2:12   ` [edk2-devel] " Liming Gao
2020-08-01  1:04 ` [Patch 4/6] OvmfPkg: " Michael D Kinney
2020-08-01 19:15   ` Laszlo Ersek
2020-08-01  1:04 ` [Patch 5/6] SecurityPkg: " Michael D Kinney
2020-08-04 10:00   ` [edk2-devel] " Maciej Rabeda
2020-08-18 16:42   ` Wang, Jian J
2020-08-01  1:04 ` [Patch 6/6] ShellPkg: " Michael D Kinney
2020-08-03  4:49   ` [edk2-devel] " Gao, Zhichao
2020-08-03  0:57 ` [edk2-devel] [Patch 0/6] " Guomin Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox