D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7384 - Typo in volatile deprecation message
Summary: Typo in volatile deprecation message
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P2 trivial
Assignee: No Owner
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2012-01-28 00:18 UTC by David Nadlinger
Modified: 2012-01-28 12:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Nadlinger 2012-01-28 00:18:29 UTC
»volatile statements deprecated; use*d* synchronized statements instead«

Reported by Yao Gómez on d.D.learn.
Comment 1 David Nadlinger 2012-01-28 00:22:14 UTC
https://github.com/D-Programming-Language/dmd/pull/647
Comment 2 github-bugzilla 2012-01-28 12:45:27 UTC
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.