about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-02 22:10:57 -0700
committerbors <bors@rust-lang.org>2013-09-02 22:10:57 -0700
commit58decdd7a115f2892d63fa3760fa2125eb784ac8 (patch)
tree6404c1adc52f97540641dbf1a78d6ff984b502f7 /src/libstd
parent4f151b388bc55731aa7493ae712e13740aff2380 (diff)
parent70f3cabe46abcc20c459ac1913010b1913ad62b0 (diff)
downloadrust-58decdd7a115f2892d63fa3760fa2125eb784ac8.tar.gz
rust-58decdd7a115f2892d63fa3760fa2125eb784ac8.zip
auto merge of #8941 : alexcrichton/rust/fix-comment, r=thestinger
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/fmt/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fmt/mod.rs b/src/libstd/fmt/mod.rs
index cdce69f7cd7..da5abe95787 100644
--- a/src/libstd/fmt/mod.rs
+++ b/src/libstd/fmt/mod.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-/**!
+/*!
 
 # The Formatting Module