diff options
| author | Alexander Regueiro <alexreg@me.com> | 2019-01-31 00:36:36 +0000 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-02-18 15:29:36 +0100 |
| commit | a16a30d796f6753992ef1e5c877e5d456a799d19 (patch) | |
| tree | 6042697358c46e827606478db17505c36025bc49 /library/stdarch/crates/std_detect/src/detect/cache.rs | |
| parent | 049071b50f327d28145356f4ddf89470e3b244f7 (diff) | |
| download | rust-a16a30d796f6753992ef1e5c877e5d456a799d19.tar.gz rust-a16a30d796f6753992ef1e5c877e5d456a799d19.zip | |
Various cosmetic improvements.
Diffstat (limited to 'library/stdarch/crates/std_detect/src/detect/cache.rs')
| -rw-r--r-- | library/stdarch/crates/std_detect/src/detect/cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/src/detect/cache.rs b/library/stdarch/crates/std_detect/src/detect/cache.rs index ee1914875cf..ac1f3e4fae7 100644 --- a/library/stdarch/crates/std_detect/src/detect/cache.rs +++ b/library/stdarch/crates/std_detect/src/detect/cache.rs @@ -147,7 +147,7 @@ impl Cache { } } -/// Test the `bit` of the storage. If the storage has not been initialized, +/// Tests the `bit` of the storage. If the storage has not been initialized, /// initializes it with the result of `f()`. /// /// On its first invocation, it detects the CPU features and caches them in the |
