summaryrefslogtreecommitdiff
path: root/src/utilcode
diff options
context:
space:
mode:
authorOfer Zelig <oferze@users.noreply.github.com>2017-03-26 02:31:45 +1100
committerJan Kotas <jkotas@microsoft.com>2017-03-25 08:31:45 -0700
commitab849639db83ee65e51838ef147cee8d21b813c7 (patch)
tree7813facc03de4034449cff1226007fe26e1ed24e /src/utilcode
parentd4a6cf7bc9d1b5ccbf671f1c8fae1b4f83027cbd (diff)
downloadcoreclr-ab849639db83ee65e51838ef147cee8d21b813c7.tar.gz
coreclr-ab849639db83ee65e51838ef147cee8d21b813c7.tar.bz2
coreclr-ab849639db83ee65e51838ef147cee8d21b813c7.zip
Typo correction (#10482)
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/prettyprintsig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utilcode/prettyprintsig.cpp b/src/utilcode/prettyprintsig.cpp
index 7e9028ddab..fc0844ce4a 100644
--- a/src/utilcode/prettyprintsig.cpp
+++ b/src/utilcode/prettyprintsig.cpp
@@ -167,7 +167,7 @@ LPCWSTR PrettyPrintSigWorker(
//*****************************************************************************
//*****************************************************************************
-// pretty prints 'type' to the buffer 'out' returns a poitner to the next type,
+// pretty prints 'type' to the buffer 'out' returns a pointer to the next type,
// or 0 on a format failure
static PCCOR_SIGNATURE PrettyPrintType(
@@ -562,7 +562,7 @@ HRESULT PrettyPrintSigWorkerInternal(
#endif
//*****************************************************************************
//*****************************************************************************
-// pretty prints 'type' to the buffer 'out' returns a poitner to the next type,
+// pretty prints 'type' to the buffer 'out' returns a pointer to the next type,
// or 0 on a format failure
__checkReturn