edk2/MdeModulePkg/MdeModulePkg.dsc:

edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c:
edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h:
edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf:
edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa:
  Moving usage of 'WatchDogTimer' to 'WatchdogTimer' to match
  the architectural protocol, as well as the more common usage
  of 'watchdog timer' vs. 'watch dog timer'.

  Consistency is needed for building on systems with
  case-sensitive filesystems.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4717 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2008-02-20 02:09:13 +00:00
parent de971150c1
commit 4dd60a1736
5 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name:
WatchDogTimer.c
WatchdogTimer.c
Abstract:
@@ -21,7 +21,7 @@ Revision History
--*/
#include "WatchDogTimer.h"
#include "WatchdogTimer.h"
//
// Handle for the Watchdog Timer Architectural Protocol instance produced by this driver