summaryrefslogtreecommitdiffstats
path: root/src/include/usr/util/utilfile.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/util/utilfile.H')
-rw-r--r--src/include/usr/util/utilfile.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/util/utilfile.H b/src/include/usr/util/utilfile.H
index ab8c4014d..8a04f4926 100644
--- a/src/include/usr/util/utilfile.H
+++ b/src/include/usr/util/utilfile.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -210,7 +212,7 @@ class UtilFile : public UtilStream
/**
* @brief Reads data from current position of the stream
*
- * Reads data from the current postion of the stream for the
+ * Reads data from the current position of the stream for the
* specified number of bytes.
*
*/
@@ -222,7 +224,7 @@ class UtilFile : public UtilStream
/**
* @brief Writes data to current position of the stream
*
- * Writes data to the current postion of the stream for the
+ * Writes data to the current position of the stream for the
* specified number of bytes.
*
* @note This will assert in Hostboot! Writing of files is not supported.
OpenPOWER on IntegriCloud