From b7d5ed2afb24e513c0184befcf471ff18f64cdd6 Mon Sep 17 00:00:00 2001 From: niklasad1 Date: Wed, 14 Mar 2018 18:03:47 +0100 Subject: [PATCH] fix typo --- src/libstd/sys/windows/c.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/sys/windows/c.rs b/src/libstd/sys/windows/c.rs index 6d929f21365cf..cad61feee7815 100644 --- a/src/libstd/sys/windows/c.rs +++ b/src/libstd/sys/windows/c.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! C definitions used by libnative that don't belong in liblibc +//! C definitions used by libnative that don't belong in libc #![allow(bad_style)] #![cfg_attr(test, allow(dead_code))]