Bug 7384 – Typo in volatile deprecation message

Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-01-28T00:18:00Z
Last change time
2012-01-28T12:46:26Z
Keywords
patch
Assigned to
nobody
Creator
code

Comments

Comment #0 by code — 2012-01-28T00:18:29Z
»volatile statements deprecated; use*d* synchronized statements instead« Reported by Yao Gómez on d.D.learn.
Comment #1 by code — 2012-01-28T00:22:14Z
Comment #2 by github-bugzilla — 2012-01-28T12:45:27Z
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6a70ab9256c41f881ceffd704b6efcdfec181fe4 Merge pull request #647 from klickverbot/7384-typo Fixes issue 7384 - typo in volatile deprecation message.