Update comment

This commit is contained in:
Eric Holk 2022-01-27 10:08:40 -08:00
parent f122dbbd41
commit d03530f261

View File

@ -100,7 +100,7 @@ pub fn is_glob_pattern<T: AsRef<str>>(name: T) -> bool {
/// Returns true if names such as aux.* are allowed.
///
/// Traditionally, Windows did not allow a set of file names (see `is_windows_reserved_name`
/// Traditionally, Windows did not allow a set of file names (see `is_windows_reserved`
/// for a list). More recent versions of Windows have relaxed this restriction. This test
/// determines whether we are running in a mode that allows Windows reserved names.
pub fn windows_reserved_names_are_allowed() -> bool {