diff options
author | Yuchi Chen <yuchi.chen@intel.com> | 2024-09-03 22:23:59 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-09-05 15:28:59 +0000 |
commit | 0d4ce45dcaf934fd3f7b785da85093f635f468e3 (patch) | |
tree | 575a5dd8a0ed67638a266df02af2a7e4318d2cbf /src/soc | |
parent | 3cb75c50b8274dc6ff11be521acd61a2184ba666 (diff) |
soc/intel/common/systemagent: Fix grammer in comments
Change-Id: I62d0e324329fdde599e67efb23f813e3b3c650ef
Signed-off-by: Yuchi Chen <yuchi.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84199
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/systemagent/systemagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index e8d7432c16..6239a46a8e 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -274,7 +274,7 @@ static void systemagent_read_resources(struct device *dev) int index = 0; /** - * If SoC has multiple PCIe domains, only reading resources from the first one. + * If SoC has multiple PCIe domains, only read resources from the first one. */ if (!is_dev_on_domain0(dev)) return; |