Spelling runtime base (#9071)
commit79f2d88258c4caee2910cbbf59f3afb1d4db52de
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 3 May 2022 17:48:31 +0000 (3 10:48 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 3 May 2022 17:48:31 +0000 (3 10:48 -0700)
treeb7e6c9b8f21605479b2d065ac108152554851e75
parenta0dc4a83b8dc2a43c44c5289f1c9ebdb9d161975
Spelling runtime base (#9071)

Summary:
This is a subset of https://github.com/facebook/hhvm/issues/9005, it should be easier to review/test/clear

Note: while the top level item is `hphp/runtime/base`, if a commit overlaps other directories, I'm dropping the commit. By excluding spanning commits, I reduce the risk of missing a related change (these tend to result in build/test failures which are painful) at the slight increase in additional commits for my general series.

Pull Request resolved: https://github.com/facebook/hhvm/pull/9071

Reviewed By: vsiles

Differential Revision: D35826676

Pulled By: Wilfred

fbshipit-source-id: d87d39ad34d93431f10ea8e7928d0604e66e0713
31 files changed:
hphp/runtime/base/annot-type.h
hphp/runtime/base/apc-stats.cpp
hphp/runtime/base/array-util.h
hphp/runtime/base/bespoke-array.h
hphp/runtime/base/collections.h
hphp/runtime/base/concurrent-shared-store.cpp
hphp/runtime/base/extended-logger.cpp
hphp/runtime/base/heap-collect.cpp
hphp/runtime/base/locale.h
hphp/runtime/base/memory-manager-defs.h
hphp/runtime/base/memory-manager.h
hphp/runtime/base/object-data-inl.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/plain-file.cpp
hphp/runtime/base/program-functions.cpp
hphp/runtime/base/runtime-option.cpp
hphp/runtime/base/runtime-option.h
hphp/runtime/base/string-data.cpp
hphp/runtime/base/string-data.h
hphp/runtime/base/strings.h
hphp/runtime/base/surprise-flags.h
hphp/runtime/base/tracing.h
hphp/runtime/base/tv-val.h
hphp/runtime/base/unit-cache.cpp
hphp/runtime/base/vanilla-dict.cpp
hphp/runtime/base/vanilla-dict.h
hphp/runtime/base/vanilla-keyset.cpp
hphp/runtime/base/variable-serializer.h
hphp/runtime/base/zend-collator.cpp
hphp/runtime/base/zend-scanf.cpp
hphp/runtime/base/zend-string.cpp