Grammar fix in code contribution guide

Change-Id: Iac29eb7f0b8217476ebc87c2da455efe01d72417
This commit is contained in:
Akilan Pughazhendi 2016-07-14 20:25:37 +00:00
parent c40d449a39
commit 2bfd13643c
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Agent driver attributes:
These are only some fields in use. Other vendor drivers might expose more ``driver_internal_info``
properties, please check their development documentation and/or module docstring for details.
It is important for developers to make sure these properties follow the precedent of prefixing their
variable names with a specific interface name(e.g., iboot_bar, amt_xyz), so as to minimize or avoid
variable names with a specific interface name (e.g., iboot_bar, amt_xyz), so as to minimize or avoid
any conflicts between interfaces.