summaryrefslogtreecommitdiff
path: root/lib/intel_os.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-09-26 14:24:52 +0100
committerThomas Wood <thomas.wood@intel.com>2014-09-30 17:54:02 +0100
commit519f377ddd6d43b7824f94f09eb3d3cabc39c6b9 (patch)
tree20f9146314d3818b722a366b27573190f2f09b65 /lib/intel_os.c
parentc256af5d448dcaef1d4100c2bdbe25656909197d (diff)
doc: various spelling and typo fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/intel_os.c')
-rw-r--r--lib/intel_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intel_os.c b/lib/intel_os.c
index 538327a8..c8793b97 100644
--- a/lib/intel_os.c
+++ b/lib/intel_os.c
@@ -200,7 +200,7 @@ intel_get_total_swap_mb(void)
*
* Computes the total amount of memory required to allocate @count surfaces,
* each of @size bytes, and includes an estimate for kernel overhead. It then
- * queries the kernel for the avilable amount of memory on the system (either
+ * queries the kernel for the available amount of memory on the system (either
* RAM and/or SWAP depending upon @mode) and determines whether there is
* sufficient to run the test.
*