No bug - Fix typo in comment in mfbt/HashFunctions.h. DONTBUILD

This commit is contained in:
Justin Lebar 2013-06-14 11:17:01 -07:00
Родитель 5cb801c42a
Коммит 532a674922
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@
* };
*
* If you want to hash an nsAString or nsACString, use the HashString functions
* in nsHashKey.h.
* in nsHashKeys.h.
*/
#ifndef mozilla_HashFunctions_h_