summaryrefslogtreecommitdiff
path: root/src/pal
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-11-11 09:30:52 -0800
committerWilliam Godbe <wigodbe@microsoft.com>2019-11-11 09:30:52 -0800
commit59ed470b5eaf6025d16bb91a26ce082e33bc9744 (patch)
tree1ff67f3ffd3675d45671c523f57484b96b07f4a2 /src/pal
parentc3fddaa79b1ae1de2656327179fdc863ece4a5af (diff)
downloadcoreclr-59ed470b5eaf6025d16bb91a26ce082e33bc9744.tar.gz
coreclr-59ed470b5eaf6025d16bb91a26ce082e33bc9744.tar.bz2
coreclr-59ed470b5eaf6025d16bb91a26ce082e33bc9744.zip
[release/3.1] Reword comments for policheck (#27670)
* Comment rewordings required by policheck. * Use AppContainer instead of Windows Store.
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/inc/rt/specstrings_strict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/rt/specstrings_strict.h b/src/pal/inc/rt/specstrings_strict.h
index 08d323c589..0e5319e3b4 100644
--- a/src/pal/inc/rt/specstrings_strict.h
+++ b/src/pal/inc/rt/specstrings_strict.h
@@ -601,7 +601,7 @@
* void myfree(__deallocate_opt(Mem) void *p) : Memory is freed, no longer
* usable upon return, and p may be null.
*
-* void free(__post_invalid void* x): Mark memory as untouchable when
+* void free(__post_invalid void* x): Mark memory as unusable when
* function returns.
*
* ----------------------------------------------------------------------------