summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/extractExternal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/extractExternal.cpp')
-rw-r--r--openmp/runtime/src/extractExternal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/extractExternal.cpp b/openmp/runtime/src/extractExternal.cpp
index b3e55b555d28..f512ecb2b16d 100644
--- a/openmp/runtime/src/extractExternal.cpp
+++ b/openmp/runtime/src/extractExternal.cpp
@@ -57,7 +57,7 @@ protected:
~_rstream() { delete[] buf; }
};
-// A stream encapuslating the content of a file or the content of a string,
+// A stream encapsulating the content of a file or the content of a string,
// overriding the >> operator to read various integer types in binary form,
// as well as a symbol table entry.
class rstream : public _rstream {