diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-21 17:09:01 +0100 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-02-21 23:14:50 +0100 |
commit | 522b55638f98ba773aecd4ccd2b5a424d933aa59 (patch) | |
tree | d9249c33234ce16e4578b803b1f652df3d8b2fcb /src/mainboard/supermicro/h8qgi | |
parent | 824e192809e021b3cdee947a44b3a18d276bdb35 (diff) | |
download | coreboot-522b55638f98ba773aecd4ccd2b5a424d933aa59.tar.xz |
AMD boards: Fix typo `@brief` in comment
The following command was used to correct the typo.
$ git grep -l @breif | xargs sed -i 's/@breif/@brief/'
Change-Id: If0b579279de3c41571b9cda643836f5748a752a2
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2473
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro/h8qgi')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/sb700_cfg.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/supermicro/h8qgi/sb700_cfg.h b/src/mainboard/supermicro/h8qgi/sb700_cfg.h index 42cd3635a1..b01a086b1f 100644 --- a/src/mainboard/supermicro/h8qgi/sb700_cfg.h +++ b/src/mainboard/supermicro/h8qgi/sb700_cfg.h @@ -61,7 +61,7 @@ /** * @def SB_HPET_TIMER - * @breif + * @brief * 0 - Disable hpet * 1 - Enable hpet */ @@ -84,7 +84,7 @@ /** * @def PCI_CLOCK_CTRL - * @breif bit[0-4] used for PCI Slots Clock Control, + * @brief bit[0-4] used for PCI Slots Clock Control, * 0 - disable * 1 - enable * PCI SLOT 0 define at BIT0 @@ -97,7 +97,7 @@ /** * @def SATA_CONTROLLER - * @breif INCHIP Sata Controller + * @brief INCHIP Sata Controller */ #ifndef SATA_CONTROLLER #define SATA_CONTROLLER 1 @@ -105,7 +105,7 @@ /** * @def SATA_MODE - * @breif INCHIP Sata Controller Mode + * @brief INCHIP Sata Controller Mode * NOTE: DO NOT ALLOW SATA & IDE use same mode */ #ifndef SATA_MODE @@ -113,14 +113,14 @@ #endif /** - * @breif INCHIP Sata IDE Controller Mode + * @brief INCHIP Sata IDE Controller Mode */ #define IDE_LEGACY_MODE 0 #define IDE_NATIVE_MODE 1 /** * @def SATA_IDE_MODE - * @breif INCHIP Sata IDE Controller Mode + * @brief INCHIP Sata IDE Controller Mode * NOTE: DO NOT ALLOW SATA & IDE use same mode */ #ifndef SATA_IDE_MODE @@ -163,7 +163,7 @@ #define AZALIA_ENABLE 2 /** - * @breif INCHIP HDA controller + * @brief INCHIP HDA controller */ #ifndef AZALIA_CONTROLLER #define AZALIA_CONTROLLER AZALIA_AUTO |