summaryrefslogtreecommitdiff
path: root/vpx_ports
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2011-02-16 17:54:49 -0800
committerJames Zern <jzern@google.com>2011-02-16 17:59:33 -0800
commitf42d52e6bd73a519670f5ba20a8cc245d23be2aa (patch)
treebd50c63c994bd528c5fe72c0605e4399ef4f4ca4 /vpx_ports
parent0030303b6949ba2d3391f3ae400213acc0e80db7 (diff)
downloadlibvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar.gz
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.tar.bz2
libvpx-f42d52e6bd73a519670f5ba20a8cc245d23be2aa.zip
documentation: minor cosmetics
- correct spelling - remove explicit file name w/\file (unnecessary when contained in the same file and prone to desync) Change-Id: I68a3960ac5ab84d0f2e5c9b2e29799f26dfccf23
Diffstat (limited to 'vpx_ports')
-rw-r--r--vpx_ports/mem_ops.h6
-rw-r--r--vpx_ports/mem_ops_aligned.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/vpx_ports/mem_ops.h b/vpx_ports/mem_ops.h
index c178b8b74..0e523681d 100644
--- a/vpx_ports/mem_ops.h
+++ b/vpx_ports/mem_ops.h
@@ -9,10 +9,10 @@
*/
-/* \file mem_ops.h
- * \brief Provides portable memory access primatives
+/* \file
+ * \brief Provides portable memory access primitives
*
- * This function provides portable primatives for getting and setting of
+ * This function provides portable primitives for getting and setting of
* signed and unsigned integers in 16, 24, and 32 bit sizes. The operations
* can be performed on unaligned data regardless of hardware support for
* unaligned accesses.
diff --git a/vpx_ports/mem_ops_aligned.h b/vpx_ports/mem_ops_aligned.h
index 4c44aa260..82a18b2e0 100644
--- a/vpx_ports/mem_ops_aligned.h
+++ b/vpx_ports/mem_ops_aligned.h
@@ -9,12 +9,12 @@
*/
-/* \file mem_ops_aligned.h
- * \brief Provides portable memory access primatives for operating on aligned
+/* \file
+ * \brief Provides portable memory access primitives for operating on aligned
* data
*
- * This file is split from mem_ops.h for easier maintainence. See mem_ops.h
- * for a more detailed description of these primatives.
+ * This file is split from mem_ops.h for easier maintenance. See mem_ops.h
+ * for a more detailed description of these primitives.
*/
#ifndef INCLUDED_BY_MEM_OPS_H
#error Include mem_ops.h, not mem_ops_aligned.h directly.