diff options
Diffstat (limited to 'dev/pcidev.hh')
-rw-r--r-- | dev/pcidev.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/pcidev.hh b/dev/pcidev.hh index 4293c59b9..433079b61 100644 --- a/dev/pcidev.hh +++ b/dev/pcidev.hh @@ -121,7 +121,7 @@ class PciDev : public DmaDevice protected: /** The current config space. Unlike the PciConfigData this is - * updated during simulation while continues to refelect what was + * updated during simulation while continues to reflect what was * in the config file. */ PCIConfig config; |