summaryrefslogtreecommitdiff
path: root/lib/intel_os.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-06-29 16:47:14 +0100
committerThomas Wood <thomas.wood@intel.com>2015-07-02 08:17:17 +0100
commitd01ebbd97ddb323564c75bfaaa374011fde4cd38 (patch)
tree24f31471afbe6972599464f224c24d763456a572 /lib/intel_os.c
parent8a109f94b9205222f79f20350750b39dd4b068cd (diff)
docs: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/intel_os.c')
-rw-r--r--lib/intel_os.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/intel_os.c b/lib/intel_os.c
index 3321a8de..f570d2c4 100644
--- a/lib/intel_os.c
+++ b/lib/intel_os.c
@@ -196,7 +196,7 @@ intel_get_total_swap_mb(void)
* intel_require_memory:
* @count: number of surfaces that will be created
* @size: the size in bytes of each surface
- * @mode: a bitfield declaring whether the test will be run in RAM or in SWAP
+ * @mode: a bit field declaring whether the test will be run in RAM or in SWAP
*
* Computes the total amount of memory required to allocate @count surfaces,
* each of @size bytes, and includes an estimate for kernel overhead. It then
@@ -210,7 +210,7 @@ intel_get_total_swap_mb(void)
* there is not enough RAM + SWAP!
*
* If there is not enough RAM this function calls igt_skip with an appropriate
- * message. It only ever returns if the requirement is fullfilled. This function
+ * message. It only ever returns if the requirement is fulfilled. This function
* also causes the test to be skipped automatically on simulation under the
* assumption that any test that needs to check for memory requirements is a
* thrashing test unsuitable for slow simulated systems.